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 (26.2.0.1000)
Syntax
public static TimeZoneInfo FindSystemTimeZoneById(
	string timeZoneId
)

Parameters

timeZoneId  String
The time zone identifier.

Return Value

TimeZoneInfo
The system time zone.
Exceptions
ExceptionCondition
NotFoundExceptionTime zone is not found.
See Also