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

TcxSchedulerEvent.GetOccurrence(TDateTime) Method

Returns the recurring user event’s occurrence by the ADate.

#Declaration

Delphi
function GetOccurrence(ADate: TDateTime): TcxSchedulerEvent;

#Parameters

Name Type
ADate TDateTime

#Returns

Type
TcxSchedulerEvent

#Remarks

This function returns the occurrence of any type whether it is a regular occurrence (the etOccurrence type), a custom (the etCustom type) or an exception in the series (the etException type).

The ADate parameter specifies the date which the occurrence was scheduled for.

See Also