ProtoFlux:IsBetweenDateTime

From Resonite Wiki
Revision as of 00:24, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Is Between DateTime to ProtoFlux:IsBetweenDateTime: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Is Between
Value
*
Min
Max
Time

The Is Between DateTime node takes in a DateTime value, along with a minimum and maximum DateTime values, then returns a result if the first DateTime provided is actually between the min and max.

Inputs

Value (DateTime)

The DateTime we want to check.

Min (DateTime)

The minimum this DateTime can be and still be true (inclusive).

Max (DateTime)

The maximum this DateTime can be and still be true (inclusive).

Outputs

* (bool)

The result if the provided DateTime value is in between the min and max values.