Gets the hour component of the date represented by this DateTime instance.
Namespace: MindFusion.Scheduling
Assembly: DateTime.js
SyntaxJavaScript
Copy Code
|
|---|
get hour() {} |
Number. A number that represents the hour. Values range from 0 to 24.
See Also