Home | History | Annotate | Download | only in calendar

Lines Matching refs:untilTime

1923         Time untilTime = new Time();
1931 untilTime.timezone = Time.TIMEZONE_UTC;
1935 untilTime
1937 untilTime.hour = 0;
1938 untilTime.minute = 0;
1939 untilTime.second = 0;
1940 untilTime.allDay = true;
1941 untilTime.normalize(false);
1953 mEventRecurrence.until = untilTime.format2445();