Subtracts a specified date and time from another specified date and time and returns a time interval.
Namespace: com.mindfusion.common
File: 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.
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |