I know add()
adds the specified (signed) amount of time to the given time field, based on the calendar's rules.
And roll()
adds the specified (signed) single unit of time on the given time field without changing larger fields.
I can't think of an everyday usage of roll()
I would do everything by add()
.
Can you help me out with examples when do we use roll()
and when add()
?
EDIT 1
Joda answers are not accepted!