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

/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java286 * Save default agenda/day/week/month view for next time
427 * Returns the week since {@link Time#EPOCH_JULIAN_DAY} (Jan 1, 1970)
428 * adjusted for first day of week.
430 * This takes a julian day and the week start day and calculates which
431 * week since {@link Time#EPOCH_JULIAN_DAY} that day occurs in, starting
432 * at 0. *Do not* use this to compute the ISO week number for the year.
434 * @param julianDay The julian day to calculate the week number for
435 * @param firstDayOfWeek Which week day is the first day of the week,
450 * the Monday for that week
459 getJulianMondayFromWeeksSinceEpoch(int week) argument
[all...]
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
H A DCalendarUtilities.java149 // Bits used in EAS recurrences for days of the week
240 // MSFT day of week starts w/ Sunday = 0; RRule starts w/ Sunday = 1
243 setWord(bytes, offset + MSFT_SYSTEMTIME_DAY, rrule.week < 0 ? 5 : rrule.week);
257 // MSFT day of week starts w/ Sunday = 0; TimeZone starts w/ Sunday = 1
287 // MSFT day of week starts w/ Sunday = 0; TimeZone starts w/ Sunday = 1
395 int week; field in class:CalendarUtilities.RRule
411 * Create an RRULE based on month, day of week, and week #
413 * @param _dayOfWeek the day of the week (
[all...]

Completed in 110 milliseconds