I am wondering if I can get a new Calendar object based on current time plus a given timespan, say 5 minutes.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|||
|
|
|
Use add function of Calendar class for adding and |
|||
|
|
|
You got to use c.set() methods to set year, month and date for the calendar object. |
|||
|
|