Search
DateTime.timeOfDay Property
See Also
 






Gets the time component of this DateTime object, expressed in milliseconds.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

get timeOfDay() {}

 Property Value

Number. A number that represents the time of the day.

 See Also