Companion

object Companion

Properties

Link copied to clipboard

Maximum timestamp that can be stored in Realm.

Link copied to clipboard

Minimum timestamp that can be stored in Realm.

Functions

Link copied to clipboard
fun from(epochSeconds: Long, nanosecondAdjustment: Int): RealmInstant

Creates a RealmInstant that is the epochSeconds number of seconds from the UNIX epoch 1970-01-01T00:00:00Z and the nanosecondAdjustment number of nanoseconds from the whole second.

Link copied to clipboard

Creates a RealmInstant describing the number of seconds and nanoseconds from the UNIX epoch 1970-01-01T00:00:00Z until now.