Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTDate.Unpack

Syntax

void Unpack(out int year, out int month, out int day)

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

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

TOCIndex