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

/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java440 * Save default agenda/day/week/month view for next time
585 * Returns the week since {@link Time#EPOCH_JULIAN_DAY} (Jan 1, 1970)
586 * adjusted for first day of week.
588 * This takes a julian day and the week start day and calculates which
589 * week since {@link Time#EPOCH_JULIAN_DAY} that day occurs in, starting
590 * at 0. *Do not* use this to compute the ISO week number for the year.
592 * @param julianDay The julian day to calculate the week number for
593 * @param firstDayOfWeek Which week day is the first day of the week,
608 * the Monday for that week
617 getJulianMondayFromWeeksSinceEpoch(int week) argument
[all...]

Completed in 57 milliseconds