Date_Range.reduce
reducefunctionif_empty
Documentation
Combines all the elements of a non-empty range using a binary operation. If the range is empty, returns if_empty
.
Arguments
function
: A binary operation that takes two dates and combines them into a new date.if_empty
: Value returned if the range is empty.