Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDate::IsLeapYear

Syntax

CTBOOL IsLeapYear( ) const

Parameters

This method has no parameters.

Description

Indicates if the year component of a packed CTDATE type value is a leap year.

Return

IsLeapYear() returns YES if the packed year is a leap year, and NO otherwise.

See also

Year()

TOCIndex