Search
DateTime.isLeapYear Method
See Also
 






Returns a value indicating whether the year of the current DateTime instance is a leap year.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function isLeapYear ()

 Return Value

Boolean. True if it is a leap year, otherwise false.

 See Also