Package hw
Class Time

Public Method setSecond

void setSecond(int second)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
second 0 ... 59 second value of a time object

This method is used to set up the current second of an Time object.

Example

time.setSecond(2);

See also:

IO.getTime()
IO.setTime(int, int, int)