new geo.timestamp(){geo.timestamp}
Create a new instance of class timestamp. The timestamp is a globally unique integer that monotonically increases.
Returns:
Type | Description |
---|---|
geo.timestamp |
Methods
-
modified(){this}
-
Update the timestamp to the next global timestamp value.
Returns:
Type Description this -
timestamp(){number}
-
Get time.
Returns:
Type Description number The timestamp. This is 0 if the timestamp has never been modified.