Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDateTime::SetDateTime

Syntax

void SetDateTime(CTDATETIME DateTime)

void SetDateTime(const CTDateTime& DateTime)

void SetDateTime (CTDATE Date, CTTIME Time = 0)

void SetDateTime(const CTDate& Date, const CTTime& Time = 0)

Parameters

  • DateTime [in] The new DateTime to set to the CTDateTime object.
  • Date [in] The new date to set to the CTDateTime object.
  • Time [in] The new time to set to the CTDateTime object.

Description

Sets the DateTime to the CTDateTime object.

Return

None.

See also

GetDateTime()

TOCIndex