ReminderBase.TimeBeforeStart Property
In This Article
Gets or sets the time interval before the appointment's start time.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
Use the TimeBeforeStart property to specify a period of time before the appointment's start when you should be reminded. The alert time is calculated using the following formula: ReminderBase.AlertTime = Appointment.Start - TimeBeforeStart.
Changing the TimeBeforeStart property's value raises the ReminderBase.RemindTimeChanged event.
See Also