Search
Duration.getDays Method
See Also
 






Gets the days component of the time interval represented by the current Duration object.

Namespace: com.mindfusion.common
File: 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