Click or drag to resize

TimeZoneFactoryInitialized Property

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

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

Property Value

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

Implements

ITimeZoneFactoryInitialized
See Also