listOfRanges | Date List The list of ranges to check against. This is a two-dimensional date array with the outer dimension containing the list of ranges and the inner dimension containing the upper and lower bounds of each range. The outer dimension can contain 1 - n elements, while the inner dimension must always contain exactly two elements. |
inclusiveLower | Boolean Indicates whether or not to include the lower end of each range. |
inclusiveUpper | Boolean Indicates whether or not to include the upper end of each range. |
exclusions | Date An array of items to be excluded from the range check. |
Boolean Returns true if this date exists within the specified list of ranges, false otherwise. |