Class Alarm
Definition
- Namespace:
- Tizen.Pims.Calendar.CalendarViews
- Assembly:
- Tizen.Pims.Calendar.dll
Describes the properties of an Alarm record.
public static class Alarm
- Inheritance
-
objectAlarm
Fields
View SourceAction
Action of alarm (refer to the CalendarTypes.Action).
Declaration
public const uint Action = 100667397
Field Value
Type | Description |
---|---|
uint |
AlarmTime
The alarm time.
Declaration
public const uint AlarmTime = 100683783
Field Value
Type | Description |
---|---|
uint |
Attach
Alarm tone path.
Declaration
public const uint Attach = 100671494
Field Value
Type | Description |
---|---|
uint |
Description
Alarm description.
Declaration
public const uint Description = 100671490
Field Value
Type | Description |
---|---|
uint |
ParentId
Event that the alarm belongs to.
Declaration
public const uint ParentId = 103813123
Field Value
Type | Description |
---|---|
uint |
Summary
Alarm summary.
Declaration
public const uint Summary = 100671492
Field Value
Type | Description |
---|---|
uint |
Tick
The number of unit before start time. This must be used with one of TickUnit.
Declaration
public const uint Tick = 100667392
Field Value
Type | Description |
---|---|
uint |
TickUnit
Reminder tick time unit (refer to the CalendarTypes.TickUnit).
Declaration
public const uint TickUnit = 100667393
Field Value
Type | Description |
---|---|
uint |
Uri
Identifier of this calendar alarm view.
Declaration
public const string Uri = "tizen.calendar_view.alarm"
Field Value
Type | Description |
---|---|
string |