Back to Devexpress

TcxSchedulerTimeRange Class

vcl-cxschedulerutils-1a2618f9.md

latest1.2 KB
Original Source

TcxSchedulerTimeRange Class

The TcxSchedulerTimeRange class represents a free time block located within the specified time period and which can be used to schedule the non-intersecting user event.

Declaration

delphi
TcxSchedulerTimeRange = class(
    TCollectionItem
)

Remarks

The TcxSchedulerTimeRange class contains information on the start and end times of the current time block and its duration.

The TcxSchedulerTimeRange object is stored in the TcxSchedulerTimeRanges collection and can be obtained via the TcxSchedulerTimeRanges.Items property.

Inheritance

TObject TPersistent TCollectionItem TcxSchedulerTimeRange

See Also

TcxSchedulerTimeRange Members

cxSchedulerUtils Unit