Search
DateTime.addMonths Method (Int64)
See Also
 






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

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

 Syntax

Java  Copy Code

public DateTime addMonths (
    long value
)

 Parameters

value

A number of months. The months 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 months.

 See Also