TimeZoneRuleStartDate Property

Gets the earliest date and time that the rule is effective.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public DateTimeOffset StartDate { get; }

Property Value

DateTimeOffset

Remarks

This value is expressed in Universal time, even though the source data from tzinfo is in local time.

See Also