Share via


MapsTimeZoneClient Class

Definition

The Render service client.

public class MapsTimeZoneClient
type MapsTimeZoneClient = class
Public Class MapsTimeZoneClient
Inheritance
MapsTimeZoneClient

Constructors

MapsTimeZoneClient()

Initializes a new instance of MapsTimeZoneClient.

MapsTimeZoneClient(AzureKeyCredential, MapsTimeZoneClientOptions)

Initializes a new instance of MapsTimeZoneClient.

MapsTimeZoneClient(AzureKeyCredential)

Initializes a new instance of MapsTimeZoneClient.

MapsTimeZoneClient(AzureSasCredential, MapsTimeZoneClientOptions)

Initializes a new instance of MapsTimeZoneClient.

MapsTimeZoneClient(TokenCredential, String, MapsTimeZoneClientOptions)

Initializes a new instance of MapsTimeZoneClient.

MapsTimeZoneClient(TokenCredential, String)

Initializes a new instance of MapsTimeZoneClient.

Methods

ConvertWindowsTimeZoneToIana(String, String, CancellationToken)

Use to get the IANA ID.

ConvertWindowsTimeZoneToIanaAsync(String, String, CancellationToken)

Use to get the IANA ID.

GetIanaVersion(CancellationToken)

Use to get the current IANA version number.

GetIanaVersionAsync(CancellationToken)

Use to get the current IANA version number.

GetTimeZoneByCoordinates(GeoPosition, GetTimeZoneOptions, CancellationToken)

Use to get the current, historical, and future time zone information for the specified latitude-longitude pair..

GetTimeZoneByCoordinatesAsync(GeoPosition, GetTimeZoneOptions, CancellationToken)

Use to get the current, historical, and future time zone information for the specified latitude-longitude pair..

GetTimeZoneById(String, GetTimeZoneOptions, CancellationToken)

This API returns current, historical, and future time zone information for the specified IANA time zone ID.

GetTimeZoneByIdAsync(String, GetTimeZoneOptions, CancellationToken)

This API returns current, historical, and future time zone information for the specified IANA time zone ID.

GetTimeZoneIanaIds(CancellationToken)

Use to get the list of IANA time zone IDs.

GetTimeZoneIanaIdsAsync(CancellationToken)

Use to get the list of IANA time zone IDs.

GetWindowsTimeZoneIds(CancellationToken)

Use to get the list of Windows time zone IDs.

GetWindowsTimeZoneIdsAsync(CancellationToken)

Use to get the list of Windows Time Zone IDs.

Applies to