Click or drag to resize

TimeZoneFactoryZoneNames Property

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

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

Property Value

IEnumerableString

Implements

ITimeZoneFactoryZoneNames
Remarks
If Initialized is false, the collection will be empty
See Also