Gets the number of days in the month represented by this DateTime.
Namespace: MindFusion.Scheduling
File: DateTime.js
SyntaxJavaScript
Copy Code
|
|---|
get daysInMonth() {} |
Number. An integer that represents the number of the days. Values range from 28 to 31.
See Also