Calendar.weekdays#

Calendar.weekdays()#

Filters out all the weekends (Saturdays and Sundays)

Returns:

Calendar excluding any week-ends (Sat and Sun)

Return type:

Calendar

See also

Calendar.weekends

Filter out all the weekdays

Calendar.filter

Filter out days based on a callback