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

// Parameters
var year; // Type:  any
var month; // Type:  any

value = instance.DaysInMonth(year, month);
Javascript (Specification) 
function DaysInMonth( 
   year : any,
   month : any
) : number;

Parameters

year
month
Browser Compatibility
7
5
5

See Also

Reference

DateTimeInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.