You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
<ahref="#rxobservableprototypetakeuntilwithtimeendtime-scheduler">#</a> [Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/takeuntil.js"View in source")
3
3
4
-
Returns the values from the source observable sequence until the other observable sequence produces a value.
4
+
Returns the values from the source observable sequence until the end time.
5
5
6
6
#### Arguments
7
7
1.`endTime`*(`Date` | `Number`)*: Time to stop taking elements from the source sequence. If this value is less than or equal to the current time, the result stream will complete immediately.
0 commit comments