Search
DateTime.hour Property
See Also
 






Gets the hour component of the date represented by this DateTime instance.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

get hour() {}

 Property Value

Number. A number that represents the hour. Values range from 0 to 24.

 See Also