Class Timezone
Definition
- Namespace:
- Tizen.Pims.Calendar.CalendarViews
- Assembly:
- Tizen.Pims.Calendar.dll
- API Level:
- 4
Describes the properties of a timezone record.
public static class Timezone
- Inheritance
-
Timezone
Fields
View SourceCalendarId
Database record ID of a related calendar book.
Declaration
public const uint CalendarId = 67112974U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceDayLightBias
The number of minutes added during the Daylight time.
Declaration
public const uint DayLightBias = 67112973U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceDayLightName
Name of the Daylight.
Declaration
public const uint DayLightName = 67117064U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceDayLightStartDay
Starting day-of-week of the Daylight. Valid values are 1 (SUNDAY) to 7 (SATURDAY).
Declaration
public const uint DayLightStartDay = 67112971U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceDayLightStartHour
Starting hour of the Daylight. Valid values are 0 to 23.
Declaration
public const uint DayLightStartHour = 67112972U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceDayLightStartMonth
Starting month of the Daylight. Month is 0-based. For example, 0 for January.
Declaration
public const uint DayLightStartMonth = 67112969U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceDayLightStartPositionOfWeek
Starting day-of-week-in-month of the Daylight. Day is 1-based.
Declaration
public const uint DayLightStartPositionOfWeek = 67112970U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceId
Database record ID of the timezone.
Declaration
public const uint Id = 70258688U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceStandardBias
The number of minutes added during the standard time.
Declaration
public const uint StandardBias = 67112967U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceStandardName
Name of the standard time.
Declaration
public const uint StandardName = 67117058U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceStdStartDay
Starting day-of-week of the standard time. Valid values are 1 (SUNDAY) to 7 (SATURDAY).
Declaration
public const uint StdStartDay = 67112965U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceStdStartHour
Starting hour of the standard time. Valid values are 0 to 23.
Declaration
public const uint StdStartHour = 67112966U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceStdStartMonth
Starting month of the standard time. Month is 0-based. For example, 0 for January.
Declaration
public const uint StdStartMonth = 67112963U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceStdStartPositionOfWeek
Starting day-of-week-in-month of the standard time. Day is 1-based.
Declaration
public const uint StdStartPositionOfWeek = 67112964U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceTzOffsetFromGmt
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
public const uint TzOffsetFromGmt = 67112961U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceUri
Identifier of this timezone view.
Declaration
public const string Uri = "tizen.calendar_view.timezone"
Field Value
Type | Description |
---|---|
String |