Skip to main content

Class TimeZoneData

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TimeZoneData. Information about a TimeZone

Inheritance

objectTimeZoneData

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

TimeZoneData()

Default constructor - defaults any enum props to 0.

Properties

IsoNumber

Property Value

int

Name

Name associated with the location

Property Value

string

TZLocationCities

Cities associated with location

Property Value

string

TZLocationCode

Code associated with location

Property Value

string

TZLocationID

Timezone location ID

Property Value

int

TimeZoneDSTRules

Rules for daylight savings time

Property Value

TimeZoneRuleDictionary

TimeZoneSTDRules

Rules for standard time

Property Value

TimeZoneRuleDictionary

See Also

TimeZoneAgent