ScheduledToastNotification.SnoozeInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the amount of time between occurrences of the notification.
public:
property IReference<TimeSpan> ^ SnoozeInterval { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> SnoozeInterval();
public System.Nullable<System.TimeSpan> SnoozeInterval { get; }
var iReference = scheduledToastNotification.snoozeInterval;
Public ReadOnly Property SnoozeInterval As Nullable(Of TimeSpan)
Property Value
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.