Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTDateTime.SetDateTime

Syntax

void SetDateTime(CTDATETIME DateTime)

void SetDateTime( CTDateTime DateTime)

void SetDateTime (CTDATE Date, CTTIME Time)

void SetDateTime( CTDate Date, CTTime Time)

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