TimeParser.@ApiStatus.ScheduledForRemoval(inVersion="1.4") @Deprecated public final class TimeUtils extends Object
| Constructor and Description |
|---|
TimeUtils()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
formatTime(long seconds)
Deprecated.
Takes in a value in seconds and returns a very nicely formatted string
that can contain seconds, minutes, hours and days.
|
public String formatTime(long seconds)
seconds - Amount of seconds to formatCopyright © 2023. All rights reserved.