Share via


TimeZoneTimeZoneInformation Class

Definition

Defines a date and time for a geographical location.

public class TimeZoneTimeZoneInformation
type TimeZoneTimeZoneInformation = class
Public Class TimeZoneTimeZoneInformation
Inheritance
TimeZoneTimeZoneInformation

Constructors

TimeZoneTimeZoneInformation()

Initializes a new instance of the TimeZoneTimeZoneInformation class.

TimeZoneTimeZoneInformation(String, String, String)

Initializes a new instance of the TimeZoneTimeZoneInformation class.

Properties

Location

Gets or sets the name of the geographical location.For example, County; City; City, State; City, State, Country; or Time Zone.

Time

Gets or sets the data and time specified in the form, YYYY-MM-DDThh;mm:ss.ssssssZ.

UtcOffset

Gets or sets the offset from UTC. For example, UTC-7.

Methods

Validate()

Validate the object.

Applies to