Search
DateTime.__getDate Method
See Also
 






Gets the day component of this DateTime instance.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __getDate ()

 Return Value

Number. The day of month (1-31).

 See Also