A newer version of this page is available.
Switch to the current version.
ISchedulerStorageBase.CreateReminder(Appointment) Method
Creates a reminder for the specified appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
Reminder CreateReminder(
Appointment appointment
)
Function CreateReminder(
appointment As Appointment
) As Reminder
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
Feedback