MapsTimeZoneClient.GetTimeZoneIanaIdsAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use to get the list of IANA time zone IDs.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Maps.TimeZones.IanaIdData>> GetTimeZoneIanaIdsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetTimeZoneIanaIdsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Maps.TimeZones.IanaIdData>>
override this.GetTimeZoneIanaIdsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Maps.TimeZones.IanaIdData>>
Public Overridable Function GetTimeZoneIanaIdsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IanaIdData))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Remarks
The Get IANA Time Zones API is an HTTP GET request that returns a full list of Internet Assigned Numbers Authority (IANA) time zone IDs. Updates to the IANA service are reflected in the system within one day.