TimeZoneFactoryCount Property

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

Definition

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

Property Value

Int32

Implements

ITimeZoneFactoryCount

Remarks

If Initialized is false, the method will always return zero

See Also