JPlanner Programmer's Guide
DateTime.addDays Method
See Also
 






Returns a new DateTime that adds the specified number of days to this instance.

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

 Syntax

Java  Copy Code

public DateTime addDays (
    int value
)

 Parameters

value

A number of days. The value parameter can be negative or positive.

 Return Value

A DateTime whose value is the sum of the date and time represented by this instance and the number of days represented by value.

 See Also

DateTime Members
DateTime Class
com.mindfusion.common Namespace