ProtoFlux:SubDateTime

From Resonite Wiki
Revision as of 04:05, 20 September 2025 by Baplar (talk | contribs) (Enrich result description)
-
A
*
B
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.