fromMillis method

Timestamp fromMillis(
  1. int milliseconds
)

Creates a new timestamp from the given number of milliseconds.

@param milliseconds Number of milliseconds since Unix epoch 1970-01-01T00:00:00Z. @return A new Timestamp representing the same point in time as the given number of milliseconds.

Implementation

external Timestamp fromMillis(int milliseconds);