clarification on Glideschedule API
Hi All, I want to add business days using the GlideSchedule API. Here is the code:var startDate = new GlideDateTime(current.sys_created_on);var days = 5;var schedule = new GlideSchedule("08fcd0830a0a0b2600079f56b1adb9ae"); // 8-5 weekdays excluding h...
