ChartDirector 7.0 (Java Edition)

DBTable.getColAsDate


Usage

public Date[] getColAsDate(int i)

Description

Gets the requested column of the table as an array of java.util.Date objects.

Arguments

ArgumentDefaultDescription
i(Mandatory)The column number. The first column is 0. The nth column is (n - 1).

Return Value

An array of java.util.Date objects representing the column.