Home | History | Annotate | Download | only in calendar

Lines Matching full:monthstart

463         Time monthStart = mTempTime;
464 monthStart.set(mViewCalendar);
465 monthStart.monthDay = 1;
466 monthStart.hour = 0;
467 monthStart.minute = 0;
468 monthStart.second = 0;
469 long millis = monthStart.normalize(true /* ignore isDst */);
470 int startDay = Time.getJulianDay(millis, monthStart.gmtoff);