Click or drag to resize
TimeZoneInfoProviderGetTimeZoneTypeEnum Method

Note: This API is now obsolete.

Returns the enum representation of timezone based on specified string.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use EnumStringRepresentationExtensions class extension instead")]
public static TimeZoneTypeEnum GetTimeZoneTypeEnum(
	string timeZoneTypeString
)

Parameters

timeZoneTypeString
Type: SystemString
String representation of timezone

Return Value

Type: TimeZoneTypeEnum
See Also