Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::SetFieldAsDate

Syntax

void SetFieldAsDate (NINT FieldNumber, const CTDate& value)

void SetFieldAsDate(const CTString& FieldName, const CTDate& value)

Parameters

  • FieldNumber [in] The field number.
  • value [in] The byte value
  • FieldName [in] The field name.

Description

Sets the field contents as a date object.

Return

None.

TOCIndex