Subtracts a specified date and time from another specified date and time and returns a time interval.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
Java Copy Code |
---|
public static Duration op_Subtraction ( |
A DateTime (the minuend).
A DateTime (the subtrahend).
A Duration that is the time interval between d1 and d2; that is, d1 minus d2.
JPlanner Programmer's Guide | © 2023 MindFusion |