Search
DateTime.op_Subtraction Method
See Also
 






Subtracts a specified time interval from a specified date and time and returns a new date and time.

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

 Syntax

Java  Copy Code

public static DateTime op_Subtraction (
    DateTime d,
    Duration t
)

 Parameters

 Return Value

A DateTime whose value is the value of d minus the value of t.

 See Also