Search
DateTime.op_Addition Method
See Also
 






Adds a specified time interval to a specified date and time, yielding a new date and time.

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

 Syntax

Java  Copy Code

public static DateTime op_Addition (
    DateTime d,
    Duration t
)

 Parameters

 Return Value

A DateTime that is the sum of the values of d and t.

 See Also