wijmo.input Namespace > DateTimeInfo type : LeapMonth Method |
Javascript (Usage) | |
---|---|
var instance = new wijmo.input.DateTimeInfo(); var value; // Type: number // Parameters var y; // Type: any value = instance.LeapMonth(y); |
Javascript (Specification) | |
---|---|
function LeapMonth( y : any ) : number; |