Inner Drive Extensible Architecture
C#
Show/Hide TOC
Time
Zone
Factory
Zone
Names Property
Gets the list of zone names that the
TimeZoneFactory
has knowledge of.
Definition
Namespace:
InnerDrive.TimeZones
Assembly:
InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
Copy
public
IEnumerable
<
string
>
ZoneNames
{
get
; }
Property Value
IEnumerable
String
Implements
ITimeZoneFactory
ZoneNames
Remarks
If
Initialized
is
false
, the collection will be empty
See Also
Reference
TimeZoneFactory Class
InnerDrive.TimeZones Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also