Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTDateTime.IsLeapYear

Syntax

bool IsLeapYear( )

Parameters

This method has no parameters.

Description

Indicates if the year component from a CTDateTime object is a leap year.

Return

IsLeapYear() returns true if the year is a leap year and false otherwise.

See Also

Year()

TOCIndex