Skip to main content

cxMaxCheckedDuration Constant

Specifies the additional period of time to search for any overlapped user events.

Declaration

const cxMaxCheckedDuration: Integer = 30;

Returns

Type
Integer

Remarks

The cxMaxCheckedDuration constant specifies the standard time block, which is intended to extend the upper bound of the time range, represented by the AStart and AFinish parameters of such methods as TcxCustomSchedulerStorage.FindAvailableAllDay, TcxCustomSchedulerStorage.FindAvailableTime and TcxSchedulerEventConflictsInfo.Create.

Developers can change the value of the constant to increase or decrease the maximum period of time specified in which intersected user events are searched for.

See Also