void setMinute(int minute)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Range | Description |
---|---|---|
minute | 0 ... 59 | minute value of a time object |
This method is used to set up the current minute of an Time object.
Example
time.setMinute(2);
See also:
Copyright © demmel products gmbh. All rights reserved.