TimeZoneFactoryInitialized Property

Gets or sets an indication of whether the TimeZoneFactory has been initialized.

Definition

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

Property Value

Boolean
true if the TimeZoneFactory has been initialized; else false.

Implements

ITimeZoneFactoryInitialized

See Also