Function timeSince

  • Gets the milliseconds since a particular Unix epoch timestamp.

    Returns

    The number of milliseconds elapsed since the specified timestamp.

    Parameters

    • timestamp: number

      A Unix millisecond timestamp.

    Returns number