Description:
Returns | Description |
---|---|
String | hour, minute, and second within a single string |
The toString() method returns the hour, minute, and second in one string ("hour:minute:second").
Example
Time saveCurrentTime = IO.getTime();
Console.println("stored time: " + saveCurrentTime.toString());
See also:
Copyright © demmel products gmbh. All rights reserved.