Click or drag to resize

TimeZoneFactoryCount Property

Gets the number of time zone rules currently loaded in the TimeZoneFactory.

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.0.8475.0
Syntax
C#
public int Count { get; }

Property Value

Int32

Implements

ITimeZoneFactoryCount
Remarks
If Initialized is false, the method will always return zero
See Also