Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 655 Bytes

File metadata and controls

23 lines (12 loc) · 655 Bytes

{% if book.isPdf %}

timestamp

{% else %}

{% endif %}

Records the timestamp for each value in an observable sequence.

Arguments

  1. [scheduler=Rx.Observable.timeout] (Scheduler): Scheduler used to compute timestamps. If not specified, the timeout scheduler is used.

Returns

(Observable): An observable sequence with timestamp information on values.

Example