Search
DateTime.__getUTCHours Method
See Also
 






Gets the hours component of this DateTime instance, according to universal time.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __getUTCHours ()

 Return Value

Number. The hours (0-23).

 See Also