Split a date range into windows NAV will accept.
Inclusive at both ends, so a 35 day window spans dateFrom to dateFrom + 34 days: NAV compares the two dates given, and 35 days apart is already over the line.
dateFrom
dateFrom + 34 days
Split a date range into windows NAV will accept.
Inclusive at both ends, so a 35 day window spans
dateFromtodateFrom + 34 days: NAV compares the two dates given, and 35 days apart is already over the line.