Search
DateTime.daysInMonth Property
See Also
 






Gets the number of days in the month represented by this DateTime.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

get daysInMonth() {}

 Property Value

Number. An integer that represents the number of the days. Values range from 28 to 31.

 See Also