Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTime.TimeToString

Syntax

String TimeToString(TIME_TYPE TimeType)

Parameters

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

Description

Converts a packed CTTime object to a String object.

Return

TimeToString() returns a String object with the Time.

See Also

StringToTime()

TOCIndex