Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDate::Day

Syntax

NINT Day( ) const

Parameters

This method has no parameters.

Description

Retrieves the day component of a packed CTDATE type value.

Return

Day returns the unpacked day.

See also

Month(), Year(), DayOfWeek(), Unpack(), Pack()

TOCIndex