Back to Devexpress

SchedulerStorageBase.CreateReminder(Appointment) Method

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

latest2.0 KB
Original Source

SchedulerStorageBase.CreateReminder(Appointment) Method

Creates a reminder for the specified appointment.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public Reminder CreateReminder(
    Appointment appointment
)
vb
Public 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.

Implements

CreateReminder(Appointment)

See Also

SchedulerStorageBase Class

SchedulerStorageBase Members

DevExpress.XtraScheduler Namespace