Click or drag to resize
TimeZoneInfoProviderGetTimeZoneInfo Method (String)
Returns the TimeZoneInfo structure for the specified name.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public static TimeZoneInfo GetTimeZoneInfo(
	string timeZoneName
)

Parameters

timeZoneName
Type: SystemString
TimeZone name

Return Value

Type: TimeZoneInfo
See Also