chrono::naive::date::MIN
[−]
[src]
pub const MIN: NaiveDate=
NaiveDate { ymdf: (MIN_YEAR << 13) | (1 << 4) | 0o07 /*FE*/ }
The minimum possible NaiveDate
.
pub const MIN: NaiveDate=
NaiveDate { ymdf: (MIN_YEAR << 13) | (1 << 4) | 0o07 /*FE*/ }
The minimum possible NaiveDate
.