TimeZoneHelperGetTimeZoneDescriptor Method |
Gets the time zone descriptor containing the localized display text using given culture.
Namespace: Dundas.BI.UtilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic static TimeZoneDescriptor GetTimeZoneDescriptor(
TimeZoneInfo timeZone,
CultureInfo culture
)
Public Shared Function GetTimeZoneDescriptor (
timeZone As TimeZoneInfo,
culture As CultureInfo
) As TimeZoneDescriptor
public:
static TimeZoneDescriptor^ GetTimeZoneDescriptor(
TimeZoneInfo^ timeZone,
CultureInfo^ culture
)
static member GetTimeZoneDescriptor :
timeZone : TimeZoneInfo *
culture : CultureInfo -> TimeZoneDescriptor Parameters
- timeZone TimeZoneInfo
- The time zone.
- culture CultureInfo
- The culture.
Return Value
TimeZoneDescriptorThe time zone descriptor.
See Also