Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTime::TimeToString

Syntax

CTString TimeToString(CTTIME_TYPE TimeType) const

Parameters

  • TimeType [in] The Time type format used to convert to string. The valid Time type formats are shown in "Data Types".

Description

Converts a packed CTTIME object to a CTString object.

Return

TimeToString() returns a CTString object with the Time.

See also

StringToTime()

TOCIndex