MindFusion.Java Package Programmer's Guide
DateTime.subtract Method (DateTime)
See Also
 






Subtracts the specified date and time from this instance.

Namespace: com.mindfusion.common
Package: 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

subtract Method Overload List
DateTime Members
DateTime Class
com.mindfusion.common Namespace