TimeZoneHelperGetGlobalizedKey Method

Gets the globalized time zone key.

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public static string GetGlobalizedKey(
	string timeZoneId
)

Parameters

timeZoneId
Type: SystemString
The time zone identifier.

Return Value

Type: String
The globalized time zone key matching the provided timeZoneId.
See Also