This topic has not yet been rated - Rate this topic

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

Windows.UI.Notifications
Windows::UI::Notifications [C++]

Metadata

Windows.winmd

See also

ScheduledToastNotification
Scheduled notifications sample
Toast schema
Guidelines and checklist for scheduled notifications

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.