timestamp

geo. timestamp

new timestamp() → {geo.timestamp}

Description:
  • Create a new instance of class timestamp. The timestamp is a globally unique integer that monotonically increases.

Source:
Returns:
Type
geo.timestamp

Methods

modified() → {this}

Description:
  • Update the timestamp to the next global timestamp value.

Source:
Returns:
Type
this

timestamp() → {number}

Description:
  • Get time.

Source:
Returns:

The timestamp. This is 0 if the timestamp has never been modified.

Type
number