Function bdays::is_weekday

source ยท
pub fn is_weekday<T: Datelike + Copy>(date: T) -> bool
Expand description

Returns true if date does not occur on a weekend.