Search
Duration.getTotalMinutes Method
See Also
 






Gets the value of the current Duration expressed in whole and fractional minutes.

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

 Syntax

Java  Copy Code

public double getTotalMinutes ()

 Return Value

The total number of minutes represented by this instance.

 See Also