addSecond()
Adds or subtracts the specified amount of time to the given
Second
field, based on the calendar's rules.
Syntax
Calendar addSecond(Numeric amount)
- amount is the amount of date or time to be added to the
Second
field.
Usage
For example, to subtract 5 seconds from the current time of the calendar, you can achieve it by
calling:
addSecond(-5)