Timestamp class
A nanosecond-precision timestamp.
- Implemented types
Constructors
- Timestamp(int seconds, int nanos)
- Timestamp.fromDateTime(DateTime dateTime)
-
factory
Properties
Methods
-
compareTo(
Timestamp other) → int -
Compares this object to another object. [...]
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toDateTime(
) → DateTime -
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
override