epochTime method

EpochTime epochTime(
  1. int eptime
)

Create a time object based on seconds since epoch. The first argument is a double and will be rounded to three decimal places (millisecond-precision).

Implementation

EpochTime epochTime(int eptime) => EpochTime(eptime);