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

ReminderSnoozeDialogCommand.SnoozeSpan Property

Provides the appointment’s snooze time interval.

Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public TimeSpan SnoozeSpan { get; }

Property Value

Type Description
TimeSpan

A TimeSpan object specifying the snooze time interval.

See Also