TcxSchedulerEvent.ReminderDate Property
Specifies the date and time of the user event’s reminder.
Declaration
property ReminderDate: TDateTime read; write;
Property Value
Type |
---|
TDateTime |
Remarks
The value of the ReminderDate property can be specified in two ways: either by assigning a value directly to the ReminderDate property or by using the ReminderMinutesBeforeStart property.
In the latter case its value is calculated automatically based upon values of the ReminderMinutesBeforeStart and Start properties.
Use the ReminderDate property to manually snooze a reminder.
See Also