Function time::parsing::component::parse_week_number
source · pub(crate) fn parse_week_number(
input: &[u8],
modifiers: WeekNumber,
) -> Option<ParsedItem<'_, u8>>
Expand description
Parse the “week number” component of a Date
.