Home | History | Annotate | Download | only in calendar

Lines Matching defs:weekStart

2016         Time weekStart = new Time(Utils.getTimeZone(mContext, mTZUpdater));
2017 weekStart.set(mBaseDate);
2018 weekStart.hour = 0;
2019 weekStart.minute = 0;
2020 weekStart.second = 0;
2021 long millis = weekStart.normalize(true /* ignore isDst */);