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

TimeZone() public method

Returns the time zone for the date/time, according to the time specification type as follows: - TimeZone : the specified time zone is returned. - UTC : a UTC time zone is returned. - LocalZone : the current local time zone is returned.
public TimeZone ( ) : KTimeZone
return KTimeZone
            public KTimeZone TimeZone()
            {
                return (KTimeZone) interceptor.Invoke("timeZone", "timeZone() const", typeof(KTimeZone));
            }