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:
Copyright © demmel products gmbh. All rights reserved.