Interface IClockService

interface IClockService {
    offsetMillis: WatchedValue<number>;
    sampling: WatchedValue<AsyncOp>;
    update(): void;
}

Properties

Methods

Properties

offsetMillis: WatchedValue<number>

Methods