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

Parameters

timeZone  TimeZoneInfo
The time zone.
culture  CultureInfo
The culture.

Return Value

TimeZoneDescriptor
The time zone descriptor.
See Also