Open this page in the API Guide

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

Parameters

timeZone
Type: System.TimeZoneInfo
The time zone.
culture
Type: System.Globalization.CultureInfo
The culture.

Return Value

Type: TimeZoneDescriptor
The time zone descriptor.
See Also