Search
DateTime.dayOfWeek Property
See Also
 






Gets the day of the week represented by this DateTime.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

get dayOfWeek() {}

 Property Value

Number. An integer that represents the day of the week. Values range from 0 to 6.

 See Also