IsWithin(DateOnly, DateOnlyRange) | Checks if the given value is between the given start and end values, including start date and end date |
IsWithin(DateOnly, DateOnly, DateOnly) | Checks if the given value is within the given startDate and endDate values, including startDate and endDate |
IsWithin(DateOnly, DateTime, DateTime) | Checks if the given value is within the given startDate and endDate values, including startDate and endDate |