Inner Drive Extensible Architecture
C#
Show/Hide TOC
Time
Zone
Factory
Contains Method
Gets an indication of whether the
TimeZoneFactory
contains a specific
IdtTimeZone
.
Definition
Namespace:
InnerDrive.TimeZones
Assembly:
InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
Copy
public
bool
Contains
(
string
?
zoneName
)
Parameters
zoneName
String
The name of the
IdtTimeZone
to find.
Return Value
Boolean
true
Implements
ITimeZoneFactory
Contains(String)
Remarks
If
Initialized
is
false
, the method will always return
false
See Also
Reference
TimeZoneFactory Class
InnerDrive.TimeZones Namespace
In This Article
Definition
Parameters
Return Value
Implements
Remarks
See Also