TimeZoneFactoryContains 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#
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