Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDateTime::operator =

Syntax

CTDateTime& operator = (CTDATETIME DateTime)

CTDateTime& operator = (const CTDateTime& DateTime)

Parameters

  • DateTime [in] The CTDateTime object or DateTime to be assigned to the new CTDateTime object

Description

These overloaded operators assign a DateTime or CTDateTime object to a CTDateTime object

Return

The new CTDateTime object

TOCIndex