Click or drag to resize

TimeZoneFactoryContains Method

Gets an indication of whether the TimeZoneFactory contains a specific IdtTimeZone.

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.0.8475.0
Syntax
C#
public bool Contains(
	string? zoneName
)

Parameters

zoneName  String
The name of the IdtTimeZone to find.

Return Value

Boolean
true

Implements

ITimeZoneFactoryContains(String)
Remarks
If Initialized is false, the method will always return false
See Also