Weekday
A day of the week, Monday first (ISO 8601).
Import
Section titled “Import”Cargo feature date (enabled by default). To compile only this module:
or in Cargo.toml:
Definition
Section titled “Definition”Examples
Section titled “Examples”Methods
Section titled “Methods”The English name, such as "Monday".
Returns
&'static str — The capitalized name of the day.
iso_number
Section titled “iso_number”The ISO 8601 number of the day: Monday is 1, Sunday is 7.
Returns
u8 — A number from 1 to 7.
is_weekend
Section titled “is_weekend”Whether the day is a Saturday or a Sunday.
Returns
bool — true for the weekend.
