Search
Duration.getHours Method
See Also
 






Gets the hours component of the time interval represented by the current Duration object.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public int getHours ()

 Return Value

The hour component of the current Duration object. The return value ranges from -23 through 23.

 See Also