Timestamp Method (Scheduler)

RxJS

Records the timestamp for each value of an observable sequence according to the scheduler's notion of time.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
function Timestamp(scheduler);

Parameters

scheduler
Type: Rx..::.Scheduler

See Also