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
)
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
- Type: SystemTimeZoneInfo
The time zone. - culture
- Type: System.GlobalizationCultureInfo
The culture.
Return Value
Type:
TimeZoneDescriptorThe time zone descriptor.
See Also