Wijmo UI for the Web
IsLeapYear Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.DateTimeInfo();
var value; // Type: bool

// Parameters
var year; // Type:  any

value = instance.IsLeapYear(year);
Javascript (Specification) 
function IsLeapYear( 
   year : any
) : bool;

Parameters

year
Browser Compatibility
7
5
5

See Also

Reference

DateTimeInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.