Package io.getstream.chat.android.models
Class TimeDuration
-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class TimeDuration implements Comparable<TimeDuration>
Represents the amount of time one instant of time is away from another instant.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTimeDuration.Companion
-
Method Summary
-
-
Method Detail
-
getSeconds
final Long getSeconds()
-
getMinutes
final Long getMinutes()
-
compareTo
Integer compareTo(TimeDuration other)
-
-
-
-