Alarm Properties
Collapse the table of content
Expand the table of content

Alarm Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The Alarm type exposes the following members.

  NameDescription
Public property BeginTime Gets or sets the time at which the action’s schedule begins. (Inherited from ScheduledAction.)
Public property Content Gets or sets the text content of the notification that is displayed to the user when the notification is launched. (Inherited from ScheduledNotification.)
Public property ExpirationTime Gets or sets the time at which the action’s schedule expires. (Inherited from ScheduledAction.)
Public property IsEnabled This value is not used in the current release. (Inherited from ScheduledAction.)
Public property IsScheduled Gets the scheduled status of the action. (Inherited from ScheduledAction.)
Public property Name Gets the name of the scheduled action. (Inherited from ScheduledAction.)
Public property RecurrenceType Gets or sets the recurrence type for a notification. (Inherited from ScheduledNotification.)
Public property Sound Gets or sets the sound file that plays when the Alarm is launched.
Public property Title This property is inherited from the base ScheduledNotification class, but is not supported for alarms. The title that is displayed for all alarm notifications is “Alarm”. (Overrides ScheduledNotification.Title.)
Top

Show:
© 2017 Microsoft