Search
DateTime.getDaysInMonth Method (DateTime)
See Also
 






Returns the number of days in the month of the specified DateTime.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function getDaysInMonth (date)

 Parameters

date

A DateTime instance.

 Return Value

Number. The number of days.

 See Also