m YoshBot moved page ProtoFlux:Sub DateTime to ProtoFlux:SubDateTime: Automated: removing spaces from ProtoFlux namespace |
m fix protoflux ui and start thing |
||
(2 intermediate revisions by one other user not shown) | |||
Line 9: | Line 9: | ||
|Outputs= | |Outputs= | ||
[ | [ | ||
{"Name":"*", "Type":" | {"Name":"*", "Type":"TimeSpan"} | ||
] | ] | ||
|}} | |}} | ||
The | 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 27: | Line 27: | ||
== Outputs == | == Outputs == | ||
=== * ([[Type: | === * ([[Type:TimeSpan|TimeSpan]]) === | ||
The new resulting | The new resulting TimeSpan value. | ||
[[Category:ProtoFlux:Time]] | [[Category:ProtoFlux:Time]] |
Latest revision as of 08:36, 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 new resulting TimeSpan value.