-
- All Implemented Interfaces:
-
android.os.Parcelable,kotlin.Comparable
@Serializable(with = InstantSerializer.class) public final class Instant implements Parcelable, Comparable<Instant>
A moment in time.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInstant.Companion
-
Method Summary
Modifier and Type Method Description final InstanttoKotlinInstant()final DatetoJavaDate()final LongtoEpochMilliseconds()StringtoString()Returns the ISO-8601 representation of the instant. Booleanequals(Object other)IntegerhashCode()IntegercompareTo(Instant other)-
-
Method Detail
-
toKotlinInstant
final Instant toKotlinInstant()
-
toJavaDate
final Date toJavaDate()
-
toEpochMilliseconds
final Long toEpochMilliseconds()
-
-
-
-