CRDate getDate();
Return Value
CRDate representation for the field.
Description
Call this member function to retrieve field data in the current record represented as CRDate. Throws an exception when type conversion is not possible.
Example
CRDate hireDate;
hireDate = dataset.field("HireDate").getDate();
See Also
CRDate, CRField::setDate, CRField::isNull
CRField | Classes | OCL | Index