Kimono.KDateTime.Spec.LocalZone C# (CSharp) Méthode

LocalZone() public static méthode

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