-
Time
The Sub_DateTime node takes in two DateTime values and subtracts them, returning with a TimeSpan value corresponding to the duration between the two instants.
Inputs
A (DateTime)
The first DateTime value.
B (DateTime)
The second DateTime value.
Outputs
* (TimeSpan)
The new resulting TimeSpan value.