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.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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