Search
DateTime.__getUTCDate Method
See Also
 






Gets the day component of this DateTime instance, according to universal time.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __getUTCDate ()

 Return Value

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

 See Also