rfw2d
    Preparing search index...

    Interface Elapsed

    Object containg different formats of the elapsed time since the last tick.

    interface Elapsed {
        elapsedMilliseconds: number;
        elapsedSeconds: number;
    }
    Index

    Properties

    elapsedMilliseconds: number

    Elapsed time in milliseconds

    elapsedSeconds: number

    Elapsed time in seconds.