Click or drag to resize
TimeZoneInfoProviderGetTimeZoneTypeString Method (TimeZoneTypeEnum)

Note: This API is now obsolete.

Returns the string representation of timezone type based on specified 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(
	TimeZoneTypeEnum timeZoneType
)

Parameters

timeZoneType
Type: CMS.GlobalizationTimeZoneTypeEnum
Enum representation of avatar type

Return Value

Type: String
See Also