Search
DateTime.getMonth Method (DateTime)
See Also
 






Returns the month component of the specified DateTime.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function getMonth (date)

 Parameters

date

A DateTime instance.

 Return Value

Number. The month.

 See Also