TimeZoneRuleUtcZoneRule Property

Gets a TimeZoneRule representing Universal Coordinated Time (UTC).

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.3.9728.0
C#
public static TimeZoneRule UtcZoneRule { get; }

Property Value

TimeZoneRule

Remarks

Computed once and cached; TimeZoneRule is a struct, so every access still returns an independent copy.

See Also