Skip to main content

AppointmentFormControllerBase.ReminderTimeBeforeStart Property

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

Namespace: DevExpress.XtraScheduler.UI

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

#Declaration

public TimeSpan ReminderTimeBeforeStart { get; set; }

#Property Value

Type Description
TimeSpan

A TimeSpan structure specifying 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