day_of_week

Function day_of_week 

Source
pub fn day_of_week<Tz>(time: &DateTime<Tz>) -> u32
where Tz: TimeZone, <Tz as TimeZone>::Offset: Display,
Expand description

Get day of week (Monday = 0, Sunday = 6)