TimeChangeRuleUtcChangeRule Property

Gets the TimeZoneRule that represents Universal Coordinated Time (UTC).

Definition

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

Property Value

TimeChangeRule

Remarks

This is a shared, cached instance. Since Name, Offset, and Symbol all have public setters, callers must never mutate the value returned by this property; construct a new TimeChangeRule instead.

See Also