is-within-next-days(
    count: integer
)

Returns true if the date passed as argument is between tomorrow and the count of days after the current date. Returns false otherwise.

Parameters

Name Type Required Description
count integer Yes Count of days to move forward. A value of 1 is equivalent to the predicate tomorrow and a value of 0 will return false.

Kind: Predicate
Scope: temporal
Aliases: within-next-days, dateTime-is-within-next-days


This site uses Just the Docs, a documentation theme for Jekyll.