Skip to main content

Class PreferredTimeZone

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for PreferredTimeZone. This service support fetching of client interface configuration data. <para/> Client configuration data include Application configuration, which defines how an application is composed out of pages; and page configuration that defines how a page is built out of panels, cards, views and controls. <para/> Separate access points also exist for fetching object mappings and filter lists.

Inheritance

objectPreferredTimeZone

Inherited Members

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

Constructors

PreferredTimeZone()

Default constructor - defaults any enum props to 0.

Properties

Bias

number of minutes bias relative to UTC time

Property Value

short

Country

Name of the country of the time zone

Property Value

string

Description

Description of the time zone

Property Value

string

LocationCode

Code, such as CA-NT, identifying the timezone location in the imported data. Unique, NOT equal to the culture codes of Windows

Property Value

string

PreferenceId

Primary key of userpreference row that specifies the TZLocationId, if set; 0 if the data are from a fallback (but still valid)

Property Value

int

TZLocationId

Primary key

Property Value

int

See Also

TimeZoneAgent