Skip to main content

AppointmentModificationControllerBase.ReminderTimeBeforeStart Property

Gets or sets the time interval ahead of the appointment’s start time to activate the reminder.

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public virtual TimeSpan ReminderTimeBeforeStart { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan structure, representing the time interval.

Remarks

The ReminderTimeBeforeStart property specifies when the reminder for the current appointment (if any) is invoked. The alert time is calculated using the following formula: AlertTime = Appointment.Start - ReminderTimeBeforeStart.

See Also