SchedulerDataStorage.CreateReminder(Appointment) Method
Creates a reminder for the specified appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
appointment | Appointment | An Appointment object that us the appointment for which a reminder is created. |
Returns
Type | Description |
---|---|
Reminder | A Reminder object that is the reminder for an appointment. |
Remarks
The CreateReminder creates a reminder and associates it with the specified appointment. By default the ReminderBase.TimeBeforeStart value is 15 minutes.
See Also