Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDate::operator =

Syntax

CTDate& operator = (const CTDate& Date)

CTDate& operator = (const CTDATE Date)

Parameters

  • Date [in] The CTDate object or date to be assigned to the new CTDate object

Description

These overloaded operators assign a date or CTDate object to a CTDate object

Return

The new CTDate object

TOCIndex