Kimono.KDateTime.ToTimeSpec C# (CSharp) Метод

ToTimeSpec() публичный Метод

Returns the time converted to a new time specification. If the instance is a local clock time, it is first set to the local time zone, and then converted to the spec time specification. If the instance is a date-only value, a date-only value is returned, with the date unchanged. name="spec" new time specification
public ToTimeSpec ( KDateTime spec ) : KDateTime
spec KDateTime
Результат KDateTime
        public KDateTime ToTimeSpec(KDateTime.Spec spec)
        {
            return (KDateTime) interceptor.Invoke("toTimeSpec#", "toTimeSpec(const KDateTime::Spec&) const", typeof(KDateTime), typeof(KDateTime.Spec), spec);
        }