Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTBase.SetDefTimeType

Syntax

void SetDefTimeType(TIME_TYPE TimeType)

Parameters

  • TimeType [in] The new default time type. For more information on the valid time types, see the Description below.

Description

Sets the default time type. The valid values for the time type are shown in "Data Types".

Return

None.

See Also

GetDefTimeType()

TOCIndex