TimeZoneTimeZoneInformation Constructors
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.
Overloads
TimeZoneTimeZoneInformation() |
Initializes a new instance of the TimeZoneTimeZoneInformation class. |
TimeZoneTimeZoneInformation(String, String, String) |
Initializes a new instance of the TimeZoneTimeZoneInformation class. |
TimeZoneTimeZoneInformation()
Initializes a new instance of the TimeZoneTimeZoneInformation class.
public TimeZoneTimeZoneInformation ();
Public Sub New ()
Applies to
TimeZoneTimeZoneInformation(String, String, String)
Initializes a new instance of the TimeZoneTimeZoneInformation class.
public TimeZoneTimeZoneInformation (string location, string time, string utcOffset);
new Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.TimeZoneTimeZoneInformation : string * string * string -> Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.TimeZoneTimeZoneInformation
Public Sub New (location As String, time As String, utcOffset As String)
Parameters
- location
- String
The name of the geographical location.For example, County; City; City, State; City, State, Country; or Time Zone.
- time
- String
The data and time specified in the form, YYYY-MM-DDThh;mm:ss.ssssssZ.
- utcOffset
- String
The offset from UTC. For example, UTC-7.
Applies to
Azure SDK for .NET