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

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

Returns whether the time specification is the current local system time zone.
public IsLocalZone ( ) : bool
Результат bool
            public bool IsLocalZone()
            {
                return (bool) interceptor.Invoke("isLocalZone", "isLocalZone() const", typeof(bool));
            }