Search
DateTime.getHour Method
See Also
 






Gets the hour component of the date (0-23).

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public int getHour ()

 Return Value

The hour component, expressed as a value between 0 and 23.

 See Also