WeekdayRange🔗Definition🔗export interface WeekdayRange { begin?: number; end?: number; } Methods🔗No methods.See also🔗 WeekdayRangeBuilder