Search
DateTime.subtract Method (Duration)
See Also
 






Subtracts the specified duration from this instance.

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

 Syntax

Java  Copy Code

public DateTime subtract (
    Duration duration
)

 Parameters

duration

A Duration instance.

 Return Value

A DateTime equal to the date and time represented by this instance minus the time interval represented by value.

 See Also