Opening time 2, Closing time 2 (timeWindow[1].beginTime,timeWindow[1].endTime)

These constraints allow you to define a second time slot that will apply to visit days defined under Possible visit days 2. Opening time 2 corresponds to the time from which the visit can be performed. Closing time 2 corresponds to the time beyond which the visit can no longer be performed.

Format: HH:MM:SS

Example 1:

The customer can receive delivery in the morning between 09:00am and 12:00pm and in the afternoon between 02:00pm and 05:00pm. For this, we will use the constraint:
Opening time 1 = 09:00:00;
Closing time 1 = 12:00:00;
Opening time 2 = 14:00:00;
Closing time 2 = 17:00:00.

Example 2:

The customer can receive delivery on Monday between 07:00am and 05:00pm and on Wednesday between 09:00am and 06:00pm, in this case:
Opening time 1 = 07:00:00;
Closing time 1 = 17:00:00;
Opening days 1 = 1;
Opening time 2 = 09:00:00;
Closing time 2 = 18:00:00;
Opening days 2 = 3.