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