ChartDirector 7.1 (C++ Edition)
RanTable.selectDate
Usage
int selectDate(int colNo, double minDate, double maxDate);
Description
Selects the rows within a certain date range.
After executing this method, the RanTable will be reduced to only contain rows that are within minDate and maxDate (inclusive of both dates).
Arguments
Argument | Default | Description |
colNo | (Mandatory) | The date column to be used as selection criteria. |
minDate | (Mandatory) | The minimum date (earliest date). |
maxDate | (Mandatory) | The maximum date (latest date). |
Return Value
The number of rows selected.
© 2023 Advanced Software Engineering Limited. All rights reserved.