getDateField( )

Gets the date value for a field in an AGDBSet object.

Interface

AGDBSet

IDL definition
PODSDate getDateField(const String name);
ADO equivalent

Field object accessors

JavaScript synopsis
dbset.getDateField(name)
C synopsis
PODSDate AVgetDateField(
  AGDBSet* dbset,
  const PODSString name
);
Parameters
  • dbset   The AGDBSet object.

  • name   [in] The name of the field.

Returns

The date value for the field.

Remarks

Calling getDateField( ) with a column name for a string column will result in an error.

See also

setDateField( )