Search
DateTime.__getMonth Method
See Also
 






Gets the month component of this DateTime instance.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __getMonth ()

 Return Value

Number. The month (0-11). 0 is January, 1 is February, etc.

 See Also