Appointment.CreateNewReminder() Method
In This Article
Returns a new reminder for the appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Returns
Type | Description |
---|---|
Reminder | A Reminder object. |
#Remarks
For an appointment of the AppointmentType.Pattern type that is the pattern for a recurrent series, the CreateNewReminder method creates a recurring reminder.
See Also