Search
Duration.getMinutes Method
See Also
 






Gets the minutes 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 getMinutes ()

 Return Value

The minute component of the current Duration object. The return value ranges from -59 through 59.

 See Also