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 (25.3.0.1000)
Syntaxpublic static string GetGlobalizedKey(
	string timeZoneId
)
Public Shared Function GetGlobalizedKey ( 
	timeZoneId As String
) As String
public:
static String^ GetGlobalizedKey(
	String^ timeZoneId
)
static member GetGlobalizedKey : 
        timeZoneId : string -> string 
Parameters
- timeZoneId
 - Type: SystemString
The time zone identifier. 
Return Value
Type: 
StringThe globalized time zone key matching the provided 
timeZoneId.
Exceptions
See Also