Share via


MapsTimeZoneClient.ConvertWindowsTimeZoneToIanaAsync Method

Definition

Use to get the IANA ID.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Maps.TimeZones.IanaIdData>> ConvertWindowsTimeZoneToIanaAsync(string windowsTimeZoneId, string windowsTerritoryCode = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertWindowsTimeZoneToIanaAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Maps.TimeZones.IanaIdData>>
override this.ConvertWindowsTimeZoneToIanaAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Maps.TimeZones.IanaIdData>>
Public Overridable Function ConvertWindowsTimeZoneToIanaAsync (windowsTimeZoneId As String, Optional windowsTerritoryCode As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IanaIdData))

Parameters

windowsTimeZoneId
String

The Windows time zone ID.

windowsTerritoryCode
String

Windows Time Zone territory code.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

windowsTimeZoneId is null.

Remarks

The Get Windows to IANA Time Zone API is an HTTP GET request that returns a corresponding Internet Assigned Numbers Authority (IANA) ID, given a valid Windows Time Zone ID. Multiple IANA IDs may be returned for a single Windows ID. It is possible to narrow these results by adding an optional territory parameter.

Applies to