ITimeZoneFactoryCount 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#
int Count { get; }

Property Value

Int32

Remarks

If Initialized is false, the method will always return zero

See Also