Home | History | Annotate | Download | only in format

Lines Matching refs:firstDayOfWeek

1001      * @param firstDayOfWeek Which week day is the first day of the week, see
1005 public static int getWeeksSinceEpochFromJulianDay(int julianDay, int firstDayOfWeek) {
1006 int diff = THURSDAY - firstDayOfWeek;