Search
DateTime.getDayOfWeek Method
See Also
 






Returns the day of the week of the specified DateTime.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function getDayOfWeek (date)

 Parameters

date

A DateTime instance.

 Return Value

Number. The day of the week.

 See Also