RemoveTimestamp Method

RxJS

Removes the timestamp from each value of an observable sequence.

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

Syntax

JavaScript
function RemoveTimestamp();

See Also