Created a page for the Is Between TimeSpan node. |
m YoshBot moved page ProtoFlux:Is Between TimeSpan to ProtoFlux:IsBetweenTimeSpan: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 00:24, 21 August 2025
Is Between
Time
The Is Between TimeSpan
node takes in a TimeSpan value, along with a minimum and maximum TimeSpan values, then returns a result if the first TimeSpan provided is actually between the min and max.
Inputs
Value (TimeSpan)
The TimeSpan we want to check.
Min (TimeSpan)
The minimum this TimeSpan can be and still be true (inclusive).
Max (TimeSpan)
The maximum this TimeSpan can be and still be true (inclusive).
Outputs
* (bool)
The result if the provided TimeSpan value is in between the min and max values.