Inner Drive Extensible Architecture
C#
Show/Hide TOC
Time
Zone
Factory
Count 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#
Copy
public
int
Count
{
get
; }
Property Value
Int32
Implements
ITimeZoneFactory
Count
Remarks
If
Initialized
is
false
, the method will always return zero
See Also
Reference
TimeZoneFactory Class
InnerDrive.TimeZones Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also