ReminderBase.AlertTime Property
In This Article
Gets or sets the reminder's alert time.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
The reminder's alert time is calculated using the following formula: AlertTime = Appointment.Start - ReminderBase.TimeBeforeStart.
See Also