Firebase Kotlin SDK
Toggle table of contents
3.0.0-alpha02
wasmJs
Platform filter
wasmJs
Switch theme
Search in API
Firebase Kotlin SDK
firebase-firestore
/
dev.gitlive.firebase.firestore.externals
/
Timestamp
Timestamp
wasmJs
external
class
Timestamp
(
seconds
:
Double
,
nanoseconds
:
Double
)
(
source
)
Members
Constructors
Timestamp
Link copied to clipboard
wasmJs
constructor
(
seconds
:
Double
,
nanoseconds
:
Double
)
Types
Companion
Link copied to clipboard
wasmJs
object
Companion
Properties
nanoseconds
Link copied to clipboard
wasmJs
val
nanoseconds
:
Double
seconds
Link copied to clipboard
wasmJs
val
seconds
:
Double
Functions
is
Equal
Link copied to clipboard
wasmJs
fun
isEqual
(
other
:
Timestamp
)
:
Boolean
to
Millis
Link copied to clipboard
wasmJs
fun
toMillis
(
)
:
Double