ScheduledToastNotification.SnoozeInterval Property

Definition

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.

Applies to

See also