Search
Duration.getTotalSeconds Method
See Also
 






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

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

 Syntax

Java  Copy Code

public double getTotalSeconds ()

 Return Value

The total number of seconds represented by this instance.

 See Also