Kimono.KDateTime.Spec.IsLocalZone C# (CSharp) Method

IsLocalZone() public method

Returns whether the time specification is the current local system time zone.
public IsLocalZone ( ) : bool
return bool
            public bool IsLocalZone()
            {
                return (bool) interceptor.Invoke("isLocalZone", "isLocalZone() const", typeof(bool));
            }