ChartDirector 6.0 (ColdFusion Edition)
RanSeries.getDateSeries
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
len | (Mandatory) | The number of random values to get. |
startTime | (Mandatory) | The date/time of the first record in the column. |
tickInc | (Mandatory) | The change in date/time for subsequent records in seconds. The value 30 * 86400 is assumed to mean 1 month (which is not a constant interval), and its multiplies are assumed to mean multiple months. In particular, the value 360 * 86400 is assumed to mean 12 months, or 1 year. |
weekDayOnly | false (zero) | A true (non-zero) value means skipping dates that are not weekdays (Saturday and Sunday). A %F value means no skipping. |
Return Value