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 has been archived by the owner on Apr 2, 2019. It is now read-only.
Currently, to test a DateRange (or DateTimeRange) to see if it is anchored in the PAST/FUTURE or both (INFINITE), you have to create a new DateTime(DateRange::PAST) or DateTime(DateTimeRange::PAST).
#7 allows you to simply test your existing range (date or datetime).
Currently, to test a DateRange (or DateTimeRange) to see if it is anchored in the PAST/FUTURE or both (INFINITE), you have to create a new
DateTime(DateRange::PAST)
orDateTime(DateTimeRange::PAST)
.#7 allows you to simply test your existing range (date or datetime).
The text was updated successfully, but these errors were encountered: