Search
Duration.getMilliseconds Method
See Also
 






Gets the milliseconds 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 getMilliseconds ()

 Return Value

The millisecond component of the current Duration object. The return value ranges from -999 through 999.

 See Also