Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDate::Unpack

Syntax

void Unpack(NINT& year, NINT& month, NINT& day) const

Parameters

  • year [out] The unpacked year.
  • month [out] The unpacked month.
  • day [out] The unpacked day.

Description

Unpacks a CTDATE type value into a year, month and day values

Return

None.

See also

Pack(), Year(), Month(), Day(), DayOfWeek()

TOCIndex