Documentation - v6.7.1
    Preparing search index...

    Interface ClocksState

    Pair of a relative time and its corresponding absolute timestamp.

    interface ClocksState {
        relative: RelativeTime;
        timeStamp: TimeStamp;
    }
    Index
    relative: RelativeTime
    timeStamp: TimeStamp