TimeInterval Method

RxJS

Overload List

  NameDescription
TimeInterval()()()
Records the time interval for each value of an observable sequence.
TimeInterval(Scheduler)
Records the time interval for each value of an observable sequence according to the scheduler's notion of time.

See Also