Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTime::CTTime

Syntax

CTTime ( )

CTTime(NINT hour, NINT minute, NINT second)

CTTime(CTTIME Time)

CTTime(const CTTime& Time)

Parameters

  • hour [in] The hour to set to the CTTime object.
  • minute [in] The minute to set to the CTTime object.
  • second [in] The second to set to the CTTime object.
  • Time [in] The Time to set to the CTTime object

Description

This is the constructor for the CTTime object.

See also

~CTTime()

TOCIndex