ProtoFlux:SubDateTime: Difference between revisions

From Resonite Wiki
Enrich result description
m fix protoflux ui and start thing
 
Line 9: Line 9:
|Outputs=
|Outputs=
[
[
{"Name":"*", "Type":"DateTime"}
{"Name":"*", "Type":"TimeSpan"}
]
]
|}}
|}}


The <code>Sub DateTime</code> node takes in two DateTime values and subtracts them, returning with a TimeSpan value corresponding to the duration between the two instants.
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 ==
== Inputs ==
Line 29: Line 29:
=== * ([[Type:TimeSpan|TimeSpan]]) ===
=== * ([[Type:TimeSpan|TimeSpan]]) ===


The resulting TimeSpan value corresponding to the duration from A to B.
The new resulting TimeSpan value.


[[Category:ProtoFlux:Time]]
[[Category:ProtoFlux:Time]]

Latest revision as of 08:36, 20 September 2025

-
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.