Skip to main content
A newer version of this page is available. .

TcxSchedulerDateList.Items Property

Provides indexed access to the dates in the TcxSchedulerDateList collection.

Declaration

property Items[Index: Integer]: TDateTime read; write; default;

Property Value

Type
TDateTime

Remarks

Use the Items property to get the date at the position specified by the zero-based Index parameter.

Note

The date, returned by the Items property, is represented by a date value. All items are stored in the collection without a time value.

See Also