Skip to main content

Function: rangeContainsDayOfWeek()

rangeContainsDayOfWeek(range, dayOfWeek, dateLib): boolean

Defined in: src/utils/rangeContainsDayOfWeek.ts:15

Checks if a date range contains one or more specified days of the week.

Parameters

Returns

boolean

true if the range contains the specified day(s) of the week, otherwise false.

Since

9.2.2