AppointmentFormControllerBase.ReminderTimeBeforeStart Property
In This Article
Gets or sets the time interval ahead of the appointment's start time to activate the reminder.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Time |
A Time |
#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