Compartir a través de


ScheduledToastNotification.SnoozeInterval Propiedad

Definición

Obtiene la cantidad de tiempo entre repeticiones de la notificación.

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)

Valor de propiedad

Tiempo entre repeticiones de la notificación. Este valor estará comprendido entre 60 segundos y 60 minutos, ambos incluidos.

Comentarios

Este valor se establece cuando se crea el objeto ScheduledToastNotification .

Se aplica a

Consulte también