FutureProg functions

between

DateTime · computer function, computer program, standard futureprog

Boolean between(DateTime Value, DateTime Bound1, DateTime Bound2)
Contexts: computer function, computer program, standard futureprog
Returns true if the first value is inclusively between the other two values. The bounds may be supplied in either order.
Value: The value to test.
Bound1: One inclusive bound of the range.
Bound2: The other inclusive bound of the range.

Boolean between(MudDateTime Value, MudDateTime Bound1, MudDateTime Bound2)
Contexts: computer function, computer program, standard futureprog
Returns true if the first value is inclusively between the other two values. The bounds may be supplied in either order.
Value: The value to test.
Bound1: One inclusive bound of the range.
Bound2: The other inclusive bound of the range.

Boolean between(Number Value, Number Bound1, Number Bound2)
Contexts: computer function, computer program, standard futureprog
Returns true if the first value is inclusively between the other two values. The bounds may be supplied in either order.
Value: The value to test.
Bound1: One inclusive bound of the range.
Bound2: The other inclusive bound of the range.

Boolean between(TimeSpan Value, TimeSpan Bound1, TimeSpan Bound2)
Contexts: computer function, computer program, standard futureprog
Returns true if the first value is inclusively between the other two values. The bounds may be supplied in either order.
Value: The value to test.
Bound1: One inclusive bound of the range.
Bound2: The other inclusive bound of the range.

← Back to FutureProg functions