Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDateTime::Unpack

Syntax

void Unpack(NINT& year, NINT& month, NINT& day , NINT& hour,

NINT& minute, NINT& second) const

Parameters

  • year [out] The unpacked year.
  • month [out] The unpacked month.
  • day [out] The unpacked day.
  • hour [out] The unpacked hour.
  • minute [out] The unpacked minute.
  • second [out] The unpacked second.

Description

Unpacks a CTDateTime type value into hour, minute and second values

Return

None.

See also

Pack(), Hour(), Minute(), Second(), DayOfWeek()

TOCIndex