TimeZoneFactoryZoneNames Property

Gets the list of zone names that the TimeZoneFactory has knowledge of.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public IEnumerable<string> ZoneNames { get; }

Property Value

IEnumerableString

Implements

ITimeZoneFactoryZoneNames

Remarks

If Initialized is false, the collection will be empty

See Also