Class Alarm

Definition

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

Describes the properties of an Alarm record.

C#
Copy
public static class Alarm : object
Inheritance
Alarm

Fields

View Source

Action

Action of alarm (refer to the CalendarTypes.Action).

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

AlarmTime

The alarm time.

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

Attach

Alarm tone path.

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

Description

Alarm description.

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

ParentId

Event that the alarm belongs to.

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

Summary

Alarm summary.

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

Tick

The number of unit before start time. This must be used with one of TickUnit.

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

TickUnit

Reminder tick time unit (refer to the CalendarTypes.TickUnit).

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

Uri

Identifier of this calendar alarm view.

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