Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Create(TcxSchedulerEvent,TDateTime,TDateTime,Boolean) Constructor

Instantiates the TcxSchedulerOccurrenceCalculator object.

#Declaration

Delphi
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