ProtoFlux:SubDateTime

From Resonite Wiki
Revision as of 08:36, 20 September 2025 by Yosh (talk | contribs) (fix protoflux ui and start thing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
-
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 new resulting TimeSpan value.