Returns a filter that passes if the object's timestamp falls within the given day-of-year range.
Usage | Returns |
---|---|
ee.Filter.dayOfYear(start, end) | Filter |
Argument | Type | Details |
---|---|---|
start | Integer | The start of the desired day range, inclusive. |
end | Integer | The end of the desired day range, inclusive. |