Hi Hristo,
Thanks for your response but we may get misunderstanding here. In API said that
Object which defines the Scheduler's work time. Example: { fromDayOfWeek: 1, toDayOfWeek: 5, fromHour: 7, toHour: 19 }
So follow your understanding & API, actually, I want to set an array with 3 objects workTime
like that
{ fromHour: 7, toHour: 12 }
for morning
{ fromHour: 13, toHour: 17 }
for afternoon
{ fromHour: 18, toHour: 22}
for evening
That’s exactly what I wanna implement. Please let me know if it’s possible. Otherwise, thank you anyway.
phamphongbsn.