Skip to main content
A newer version of this page is available. .

ReminderItem.Snooze(TimeSpan) Method

Delays the alert until the time calculated as the current time has increased by the specified interval.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public bool Snooze(
    TimeSpan remindAfter
)

Parameters

Name Type Description
remindAfter TimeSpan

A TimeSpan value which is the time interval added to the current time.

Returns

Type Description
Boolean

True, if a alert time has been successfully changed; otherwise, false.

Remarks

The Snooze method sets the ReminderItem.AlertTime to the new time which is calculated as the current time increased by the time interval which is passed as an argument to the Snooze method.

See Also