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

LocalZone() public static method

Returns a local time zone time specification. Provided as a shorthand for KDateTime.Spec(KDateTime.LocalZone).
public static LocalZone ( ) : KDateTime.Spec
return KDateTime.Spec
            public static KDateTime.Spec LocalZone()
            {
                return (KDateTime.Spec) staticInterceptor.Invoke("LocalZone", "LocalZone()", typeof(KDateTime.Spec));
            }