Returns a DateRange that contains all points in the intersection of this DateRange and another.
Usage | Returns |
---|---|
DateRange.intersection(other) | DateRange |
Argument | Type | Details |
---|---|---|
this: dateRange | DateRange | |
other | DateRange |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!