Fix return type of SubDateTime |
Enrich result description |
||
Line 29: | Line 29: | ||
=== * ([[Type:TimeSpan|TimeSpan]]) === | === * ([[Type:TimeSpan|TimeSpan]]) === | ||
The | The resulting TimeSpan value corresponding to the duration from A to B. | ||
[[Category:ProtoFlux:Time]] | [[Category:ProtoFlux:Time]] |
Revision as of 04:05, 20 September 2025
-
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 resulting TimeSpan value corresponding to the duration from A to B.