Skip to main content

Create(TcxSchedulerEvent,TDateTime,TDateTime,Boolean) Constructor

Instantiates the TcxSchedulerOccurrenceCalculator object.

Declaration

constructor Create(AEvent: TcxSchedulerEvent; const AStart: TDateTime; const AFinish: TDateTime; ACalcForReminders: Boolean = False); reintroduce;

Parameters

Name Type
AEvent TcxSchedulerEvent
AStart TDateTime
AFinish TDateTime
ACalcForReminders Boolean

Remarks

AEvent specifies the parent user event (see the Event property);

AStart and AFinish specify the beginning and ending times of the time range to examine in the chain of occurrences.

ACalcForReminders specifies which occurrences are to be examined. If ACalcForReminders is True, only occurrences with reminders are included in the examination.

See Also