Back to Devexpress

ISchedulerStorageBase.CreateReminder(Appointment) Method

corelibraries-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-dot-createreminder-x28-devexpress-dot-xtrascheduler-dot-appointment-x29.md

latest1.8 KB
Original Source

ISchedulerStorageBase.CreateReminder(Appointment) Method

Creates a reminder for the specified appointment.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
Reminder CreateReminder(
    Appointment appointment
)
vb
Function CreateReminder(
    appointment As Appointment
) As Reminder

Parameters

NameTypeDescription
appointmentAppointment

An Appointment object that us the appointment for which a reminder is created.

|

Returns

TypeDescription
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

ISchedulerStorageBase Interface

ISchedulerStorageBase Members

DevExpress.XtraScheduler Namespace