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

// Parameters
var y; // Type:  any
var m; // Type:  any

value = instance.MonthDays(y, m);
Javascript (Specification) 
function MonthDays( 
   y : any,
   m : any
) : number;

Parameters

y
m
Browser Compatibility
7
5
5

See Also

Reference

DateTimeInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.