Searched defs:MIN_DATE (Results 1 – 5 of 5) sorted by relevance
53 pub const MIN_DATE: Date<Utc> = Date { date: naive::MIN_DATE, offset: Utc }; constant
729 static long MIN_DATE = getDateTimeinMillis(70, 0, 1, 0, 0, 0); field in TestMetazones.DateRange
104 pub const MIN_DATE: NaiveDate = NaiveDate { ymdf: (MIN_YEAR << 13) | (1 << 4) | 0o07 /*FE*/ }; constant
1283 protected static final Date MIN_DATE = new Date(MIN_MILLIS); field in Calendar
1228 protected static final Date MIN_DATE = new Date(MIN_MILLIS); field in Calendar