TimeZoneHelperGetTimeZoneDescriptor Method

Gets the time zone descriptor containing the localized display text using given culture.

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 TimeZoneDescriptor GetTimeZoneDescriptor(
	TimeZoneInfo timeZone,
	CultureInfo culture
)

Parameters

timeZone
Type: SystemTimeZoneInfo
The time zone.
culture
Type: System.GlobalizationCultureInfo
The culture.

Return Value

Type: TimeZoneDescriptor
The time zone descriptor.
See Also