MindFusion.Java Package Programmer's Guide
Duration.getDays Method
See Also
 






Gets the days 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 getDays ()

 Return Value

The day component of this instance. The return value can be positive or negative.

 See Also

Duration Members
Duration Class
com.mindfusion.common Namespace