Inner Drive Extensible Architecture
C#
Show/Hide TOC
Time
Zone
Factory
Initialized 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#
Copy
public
bool
Initialized
{
get
; }
Property Value
Boolean
true
if the
TimeZoneFactory
has been initialized; else
false
.
Implements
ITimeZoneFactory
Initialized
See Also
Reference
TimeZoneFactory Class
InnerDrive.TimeZones Namespace
In This Article
Definition
Property Value
Implements
See Also