Class Timezone

Definition

Namespace:
Tizen.Pims.Calendar.CalendarViews
Assembly:
Tizen.Pims.Calendar.dll
API Level:
4

Describes the properties of a timezone record.

C#
Copy
public static class Timezone : object
Inheritance
Timezone

Fields

View Source

CalendarId

Database record ID of a related calendar book.

Declaration
C#
Copy
public const uint CalendarId = null
Field Value
Type Description
UInt32
API Level: 4
View Source

DayLightBias

The number of minutes added during the Daylight time.

Declaration
C#
Copy
public const uint DayLightBias = null
Field Value
Type Description
UInt32
API Level: 4
View Source

DayLightName

Name of the Daylight.

Declaration
C#
Copy
public const uint DayLightName = null
Field Value
Type Description
UInt32
API Level: 4
View Source

DayLightStartDay

Starting day-of-week of the Daylight. Valid values are 1 (SUNDAY) to 7 (SATURDAY).

Declaration
C#
Copy
public const uint DayLightStartDay = null
Field Value
Type Description
UInt32
API Level: 4
View Source

DayLightStartHour

Starting hour of the Daylight. Valid values are 0 to 23.

Declaration
C#
Copy
public const uint DayLightStartHour = null
Field Value
Type Description
UInt32
API Level: 4
View Source

DayLightStartMonth

Starting month of the Daylight. Month is 0-based. For example, 0 for January.

Declaration
C#
Copy
public const uint DayLightStartMonth = null
Field Value
Type Description
UInt32
API Level: 4
View Source

DayLightStartPositionOfWeek

Starting day-of-week-in-month of the Daylight. Day is 1-based.

Declaration
C#
Copy
public const uint DayLightStartPositionOfWeek = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Id

Database record ID of the timezone.

Declaration
C#
Copy
public const uint Id = null
Field Value
Type Description
UInt32
API Level: 4
View Source

StandardBias

The number of minutes added during the standard time.

Declaration
C#
Copy
public const uint StandardBias = null
Field Value
Type Description
UInt32
API Level: 4
View Source

StandardName

Name of the standard time.

Declaration
C#
Copy
public const uint StandardName = null
Field Value
Type Description
UInt32
API Level: 4
View Source

StdStartDay

Starting day-of-week of the standard time. Valid values are 1 (SUNDAY) to 7 (SATURDAY).

Declaration
C#
Copy
public const uint StdStartDay = null
Field Value
Type Description
UInt32
API Level: 4
View Source

StdStartHour

Starting hour of the standard time. Valid values are 0 to 23.

Declaration
C#
Copy
public const uint StdStartHour = null
Field Value
Type Description
UInt32
API Level: 4
View Source

StdStartMonth

Starting month of the standard time. Month is 0-based. For example, 0 for January.

Declaration
C#
Copy
public const uint StdStartMonth = null
Field Value
Type Description
UInt32
API Level: 4
View Source

StdStartPositionOfWeek

Starting day-of-week-in-month of the standard time. Day is 1-based.

Declaration
C#
Copy
public const uint StdStartPositionOfWeek = null
Field Value
Type Description
UInt32
API Level: 4
View Source

TzOffsetFromGmt

UTC offset, which is in use when the onset of this time zone observance begins. Valid values are -720(-12:00) to 840(+14:00).

Declaration
C#
Copy
public const uint TzOffsetFromGmt = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Uri

Identifier of this timezone view.

Declaration
C#
Copy
public const string Uri = null
Field Value
Type Description
String
API Level: 4