Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTime::SetTime

Syntax

void SetTime(CTTIME Time)

void SetTime(const CTTime& Time)

Parameters

  • Time [in] The new Time to set to the CTTime object.

Description

Sets the Time to the CTTime object.

Return

None.

See also

GetTime()

TOCIndex