TcxScheduler.SelectDays(TDateTime[],Boolean) Method
Selects specific dates in the scheduling area.
Declaration
procedure SelectDays(const ASelection: array of TDateTime; AsDays: Boolean = False); overload; virtual;
Parameters
Name | Type |
---|---|
ASelection | TDateTime |
AsDays | Boolean |
Remarks
The first overloaded method is used to select a range of adjacent dates.
The AStartDay parameter specifies the start date.
The AFinishDay parameter specifies the end date.
The other overloaded methods are used to select nonadjacent dates.
The ASelection parameter specifies the dates to be selected.
The AsDays parameter specifies whether dates are displayed under the Day, Week, or Weeks View. Pass True as the AsDays parameter to display date(s) under the Day View.
See Also