Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTime.StringToTime

Syntax

void StringToTime( String str, TIME_TYPE TimeType)

Parameters

  • str [in] The string object to be converted.
  • TimeType [in] The Time type format to be used in the conversion. The valid Time type formats are shown in "Time Types".

Description

Converts a String object to a CTTime object.

Return

None.

See Also

TimeToString()

TOCIndex