I am wondering if I can get a new Calendar object based on current time plus a given timespan, say 5 minutes.
Calendar c = Calendar.getInstance(); //gives u calendar with current time
c.add(Calendar.MINUTE, 5); //add 5 minutes to calendar
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With