Search
DateTime.subtract Method
See Also
 






Subtracts the specified date and time from this instance.

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

 Syntax

Java  Copy Code

public Duration subtract (
    DateTime date
)

 Parameters

date

A DateTime instance.

 Return Value

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

 See Also