Open this page in the API Guide

TimeZoneHelper.TryFindSystemTimeZoneById Method

Tries to find 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.1.0.1000)
Syntax
public static bool TryFindSystemTimeZoneById(
	string? timeZoneId,
	out TimeZoneInfo?? timeZoneInfo
)

Parameters

timeZoneId
Type: System.String
The time zone identifier.
timeZoneInfo
Type: System.TimeZoneInfo
The TimeZoneInfo object if found, null otherwise.

Return Value

Type: Boolean
The value of true if the time zone is found; otherwise, false.
See Also