Represents a timestamp as a specific point in time (Date).
Creates a new instance of Timestamp with the specified Date.
Timestamp
The Date object representing the timestamp.
Date
Returns the underlying Date object of the timestamp.
Converts the timestamp to a JSON string (ISO 8601 format).
A JSON string representing the timestamp.
Converts the timestamp to milliseconds (Unix timestamp).
The timestamp in milliseconds.
Static
Creates a Timestamp instance from a JSON string.
A Timestamp object.
The JSON string representing the timestamp in ISO 8601 format.
Generated using TypeDoc
Represents a timestamp as a specific point in time (Date).