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