TimeZoneHelperFindSystemTimeZoneById Method  | 
 Finds the system time zone by identifier.
 
    Namespace: 
   Dundas.BI.Utility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic static TimeZoneInfo FindSystemTimeZoneById(
	string timeZoneId
)
Public Shared Function FindSystemTimeZoneById ( 
	timeZoneId As String
) As TimeZoneInfo
public:
static TimeZoneInfo^ FindSystemTimeZoneById(
	String^ timeZoneId
)
static member FindSystemTimeZoneById : 
        timeZoneId : string -> TimeZoneInfo 
Parameters
- timeZoneId
 - Type: SystemString
The time zone identifier. 
Return Value
Type: 
TimeZoneInfoThe system time zone.
Exceptions
See Also