Searched defs:week (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java296 * Save default agenda/day/week/month view for next time
441 * Returns the week since {@link Time#EPOCH_JULIAN_DAY} (Jan 1, 1970)
442 * adjusted for first day of week.
444 * This takes a julian day and the week start day and calculates which
445 * week since {@link Time#EPOCH_JULIAN_DAY} that day occurs in, starting
446 * at 0. *Do not* use this to compute the ISO week number for the year.
448 * @param julianDay The julian day to calculate the week number for
449 * @param firstDayOfWeek Which week day is the first day of the week,
464 * the Monday for that week
473 getJulianMondayFromWeeksSinceEpoch(int week) argument
[all...]
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
H A DCalendarUtilities.java151 // Bits used in EAS recurrences for days of the week
255 // MSFT day of week starts w/ Sunday = 0; RRule starts w/ Sunday = 1
258 setWord(bytes, offset + MSFT_SYSTEMTIME_DAY, rrule.week < 0 ? 5 : rrule.week);
272 // MSFT day of week starts w/ Sunday = 0; TimeZone starts w/ Sunday = 1
302 // MSFT day of week starts w/ Sunday = 0; TimeZone starts w/ Sunday = 1
410 int week; field in class:CalendarUtilities.RRule
426 * Create an RRULE based on month, day of week, and week #
428 * @param _dayOfWeek the day of the week (
[all...]

Completed in 81 milliseconds