Search
DateTime.addMinutes Method
See Also
 






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

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public DateTime addMinutes (
    long value
)

 Parameters

value

The number of minutes to add. 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 minutes represented by value.

 See Also