TimeZoneHelperGetCurrentPlatformTimeZoneId Method

Gets the current platform time zone 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 string GetCurrentPlatformTimeZoneId(
	string timeZoneId
)

Parameters

timeZoneId  String
The time zone identifier.

Return Value

String
The current platform time zone identifier matching the provided timeZoneId.
Exceptions
ExceptionCondition
NotSupportedExceptionRuntimePlatform is not supported.
NotFoundExceptionTime zone is not found.
See Also