-
public final class TimeExtKt
-
-
Method Summary
-
-
Method Detail
-
isAmTime
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Boolean isAmTime(Long time)
Check if the time is am in the 12-hour clock format.
-
splitTime
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static TimeInfo splitTime(Long timeInSeconds)
Splits seconds into days, hours, minutes and seconds.
-
-
-
-