Skip to main content
A newer version of this page is available. .

AppointmentModificationControllerBase.ReminderTimeBeforeStart Property

Gets or sets the time interval ahead of the appointment’s start time to activate the reminder.

Namespace: DevExpress.XtraScheduler.Native

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

Declaration

public virtual TimeSpan ReminderTimeBeforeStart { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan structure, representing the time interval.

Remarks

The ReminderTimeBeforeStart property specifies when the reminder for the current appointment (if any) is invoked. The alert time is calculated using the following formula: AlertTime = Appointment.Start - ReminderTimeBeforeStart.

See Also