ee.Filter.dayOfYear

Returns a filter that passes if the object's timestamp falls within the given day-of-year range.

UsageReturns
ee.Filter.dayOfYear(start, end)Filter
ArgumentTypeDetails
startIntegerThe start of the desired day range, inclusive.
endIntegerThe end of the desired day range, inclusive.