Click or drag to resize
TimeZoneInfoProviderGetTimeZoneTypeString Method (Type, Int32)

Note: This API is now obsolete.

Returns TimeZoneTypeEnum string code derived from type of enumeration and enum value.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use EnumStringRepresentationExtensions class extension instead")]
public static string GetTimeZoneTypeString(
	Type enumType,
	int value
)

Parameters

enumType
Type: SystemType
value
Type: SystemInt32

Return Value

Type: String
See Also