'getUTCHours()' Syntax, Parameters and Note : getUTCHours « Javascript Methods « JavaScript Reference

'getUTCHours()' Syntax, Parameters and Note

Note:

Returns the hour based on UTC time. 
Return value: 0 to 23.
    
Syntax:
    
dateName.getUTCHours()

    

      
      








Related examples in the same category

1.'getUTCHours()' Example
2.'getUTCHours()' is applied to