Function bdays::is_weekend

source ·
pub fn is_weekend<T: Datelike + Copy>(date: T) -> bool
Expand description

Returns true if date occurs on a Saturday or a Sunday.