wijmo.input Namespace > DateTimeInfo type : DaysInMonth Method |
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); |