TimeStampDate

constructor()

Default constructor, which makes a TimeStampDate from the system current date.


constructor(date: Date)

Parameters

date

The date associated with this TimeStampDate.


constructor(date: Long)

Parameters

date

The date expressed in milliseconds since Unix Epoch.