isWeekday property

bool get isWeekday

Returns true if this date is a weekday (Monday-Friday)

Implementation

bool get isWeekday => DateComparisons.isWeekday(this);