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
Inheritance
Timezone

Fields

View Source

CalendarId

Database record ID of a related calendar book.

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

DayLightBias

The number of minutes added during the Daylight time.

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

DayLightName

Name of the Daylight.

Declaration
C#
Copy
public const uint DayLightName = 67117064U
Field Value
Type Description
System.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 = 67112971U
Field Value
Type Description
System.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 = 67112972U
Field Value
Type Description
System.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 = 67112969U
Field Value
Type Description
System.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 = 67112970U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Id

Database record ID of the timezone.

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

StandardBias

The number of minutes added during the standard time.

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

StandardName

Name of the standard time.

Declaration
C#
Copy
public const uint StandardName = 67117058U
Field Value
Type Description
System.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 = 67112965U
Field Value
Type Description
System.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 = 67112966U
Field Value
Type Description
System.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 = 67112963U
Field Value
Type Description
System.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 = 67112964U
Field Value
Type Description
System.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 = 67112961U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Uri

Identifier of this timezone view.

Declaration
C#
Copy
public const string Uri = "tizen.calendar_view.timezone"
Field Value
Type Description
System.String
API Level: 4