Search
DateTime.__getHours Method
See Also
 






Gets the hours component of this DateTime instance.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __getHours ()

 Return Value

Number. The hours (0-23).

 See Also