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

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

Returns the time specification type, i.e. whether it is UTC, has a time zone, etc. If the type is the local time zone, TimeZone is returned; use isLocalZone() to check for the local time zone.
public type ( ) : KDateTime.SpecType
Результат KDateTime.SpecType
            public KDateTime.SpecType type()
            {
                return (KDateTime.SpecType) interceptor.Invoke("type", "type() const", typeof(KDateTime.SpecType));
            }