ProtoFlux:Is Between DateTime

From Resonite Wiki
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.