MapsTimeZoneClient.GetTimeZoneIanaIds(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 Azure.Response<Azure.Maps.TimeZones.IanaIdData> GetTimeZoneIanaIds (System.Threading.CancellationToken cancellationToken = default);
abstract member GetTimeZoneIanaIds : System.Threading.CancellationToken -> Azure.Response<Azure.Maps.TimeZones.IanaIdData>
override this.GetTimeZoneIanaIds : System.Threading.CancellationToken -> Azure.Response<Azure.Maps.TimeZones.IanaIdData>
Public Overridable Function GetTimeZoneIanaIds (Optional cancellationToken As CancellationToken = Nothing) As 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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET