instantMillis property
The current timestamp in milliseconds since Unix epoch. May be null if time computation fails.
This timestamp is guaranteed to be:
- Independent of device time settings
- Synchronized with Google's time servers
- Accurate within estimatedErrorMillis bounds
Implementation
final int? instantMillis;