Searched defs:MAX_DATE (Results 1 – 5 of 5) sorted by relevance
55 pub const MAX_DATE: Date<Utc> = Date { date: naive::MAX_DATE, offset: Utc }; constant
731 static long MAX_DATE = getDateTimeinMillis(110, 0, 1, 0, 0, 0); field in TestMetazones.DateRange
106 pub const MAX_DATE: NaiveDate = NaiveDate { ymdf: (MAX_YEAR << 13) | (365 << 4) | 0o17 /*F*/ }; constant
1246 protected static final Date MAX_DATE = new Date(MAX_MILLIS); field in Calendar
1304 protected static final Date MAX_DATE = new Date(MAX_MILLIS); field in Calendar