Skip to main content

ReminderBase.AlertTime Property

Gets or sets the reminder's alert time.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public DateTime AlertTime { get; set; }

#Property Value

Type Description
DateTime

A DateTime structure which specifies the reminder's alert time.

#Remarks

The reminder's alert time is calculated using the following formula: AlertTime = Appointment.Start - ReminderBase.TimeBeforeStart.

ReminderBase_AlertTime_TimeBeforeStart

See Also