Search
DateTime.getDayOfMonth Method
See Also
 






Returns the day of the month of the specified DateTime.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function getDayOfMonth (date)

 Parameters

date

A DateTime instance.

 Return Value

Number. The day of the month.

 See Also