Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTime.Pack

Syntax

void Pack(int hour, int minute, int second)

Parameters

  • hour [in] The hour to pack.
  • minute [in] The minute to pack.
  • second [in] The second to pack.

Description

Packs an hour, minute and second value into a CTTime object.

Return

None.

See Also

Unpack()

TOCIndex