TimeZoneHelperTryFindSystemTimeZoneById 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 (24.3.0.1000)
Syntax
public static bool TryFindSystemTimeZoneById(
	string? timeZoneId,
	out TimeZoneInfo?? timeZoneInfo
)

Parameters

timeZoneId
Type: SystemString
The time zone identifier.
timeZoneInfo
Type: SystemTimeZoneInfo
The TimeZoneInfo object if found, otherwise.

Return Value

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