Search
DateTime.__getUTCDay Method
See Also
 






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

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __getUTCDay ()

 Return Value

Number. The day of the week (0-6). 0 is Sunday, 1 is Monday, etc.

 See Also