Search
DateTime.dayOfMonth Property
See Also
 






Returns the day of the month represented by this date.

Namespace: MindFusion.Scheduling
Assembly: DateTime.js

 Syntax

JavaScript  Copy Code

get dayOfMonth() {}
set dayOfMonth(value) {}

 Property Value

Number

The day of month.

 See Also