ScheduledToastNotification.SnoozeInterval | snoozeInterval property
Gets the amount of time between occurrences of the notification.
Syntax
var snoozeInterval = scheduledToastNotification.snoozeInterval;
Property value
Type: IReference<TimeSpan> [JavaScript/C++] | System.Nullable<TimeSpan> [.NET]
The time between occurrences of the notification. This value will be between 60 seconds and 60 minutes, inclusive.
Remarks
This value is set when the ScheduledToastNotification object is created.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
- ScheduledToastNotification
- Scheduled notifications sample
- Toast schema
- Guidelines and checklist for scheduled notifications
Build date: 12/4/2012
