다음을 통해 공유


TimeZoneTimeZoneInformation Constructors

Definition

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