The Snooze(TimeSpan) method notifies the scheduler to defer the triggering of a reminder by the specified interval.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void Snooze(
	TimeSpan delay
)
Visual Basic
Public Sub Snooze ( _
	delay As TimeSpan _
)

Parameters

delay
Type: System..::..TimeSpan
The TimeSpanvalue specifying the interval of time to wait before displaying the reminder again.

See Also