GetTimeZoneOptions Class
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.
Options for TimeZone Client.
public class GetTimeZoneOptions
type GetTimeZoneOptions = class
Public Class GetTimeZoneOptions
- Inheritance
-
GetTimeZoneOptions
Constructors
GetTimeZoneOptions() |
Properties
AcceptLanguage |
Specifies the language code in which the timezone names should be returned. Please refer to Supported Languages |
AdditionalTimeZoneReturnInformation |
Options available for types of additional information returned in the result. |
DaylightSavingsTimeTransitionFrom |
The start date from which daylight savings time (DST) transitions are requested, only applies when "options" = all or "options" = transitions. |
DaylightSavingsTimeTransitionInYears |
The number of years from "transitionsFrom" for which DST transitions are requested, only applies when "options" = all or "options" = transitions. |
TimeStamp |
Reference time, if omitted, the API will use the machine time serving the request. |
Applies to
Azure SDK for .NET