TzInfoFileParserZoneRules Property

Gets a read-only copy of the TimeZoneRules parsed from the current file.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public IList<TimeZoneRule> ZoneRules { get; }

Property Value

IListTimeZoneRule

See Also