Skip to main content

ReminderSnoozeDialogCommand.SnoozeSpan Property

Provides the appointment’s snooze time interval.

Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public TimeSpan SnoozeSpan { get; }

Property Value

Type Description
TimeSpan

A TimeSpan object specifying the snooze time interval.

See Also