Lines Matching full:rolling
174 * <code>Calendar</code> provides an API for field "rolling", where fields
175 * can be incremented or decremented, but wrap around. For example, rolling the
582 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
584 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
586 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
588 * changed. For instance, rolling the month up on the date 01/31/96 will result in
589 * 02/29/96. Rolling up always means rolling forward in time (unless the limit of the
591 * starting with 100 BC and rolling the year up results in 99 BC.
593 * most eras in the Japanese calendar) then rolling the year past either limit of the
600 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
607 * up or rolled down. Use true if rolling up, false otherwise.
617 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
619 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
621 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
623 * changed. For instance, rolling the month up on the date 01/31/96 will result in
624 * 02/29/96. Rolling up always means rolling forward in time (unless the limit of the
626 * starting with 100 BC and rolling the year up results in 99 BC.
628 * most eras in the Japanese calendar) then rolling the year past either limit of the
635 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
642 * up or rolled down. Use true if rolling up, false otherwise.
651 * Time Field Rolling function. Rolls by the given amount on the given
653 * roll(Calendar::DATE, +1, status). When rolling on the month or
655 * changed. For instance, rolling the month up on the date 01/31/96 will result in
656 * 02/29/96. Rolling by a positive value always means rolling forward in time (unless
658 * Gregorian calendar, starting with 100 BC and rolling the year by + 1 results in 99 BC.
660 * most eras in the Japanese calendar) then rolling the year past either limit of the
667 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
684 * Time Field Rolling function. Rolls by the given amount on the given
686 * roll(Calendar::DATE, +1, status). When rolling on the month or
688 * changed. For instance, rolling the month up on the date 01/31/96 will result in
689 * 02/29/96. Rolling by a positive value always means rolling forward in time (unless
691 * Gregorian calendar, starting with 100 BC and rolling the year by + 1 results in 99 BC.
693 * most eras in the Japanese calendar) then rolling the year past either limit of the
700 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the