Kimono.KTimeZone.Utc C# (CSharp) Method

Utc() public static method

Returns a standard UTC time zone, with name "UTC". @note The KTimeZone returned by this method does not belong to any KTimeZones collection. Any KTimeZones instance may contain its own UTC KTimeZone defined by its time zone source data, but that will be a different instance than this KTimeZone.
public static Utc ( ) : KTimeZone
return KTimeZone
        public static KTimeZone Utc()
        {
            return (KTimeZone) staticInterceptor.Invoke("utc", "utc()", typeof(KTimeZone));
        }