Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability

This routine is available starting with katl-commons SIL Engine™ 2.5.

Syntax

getWorkingInterval(startDate, endDate, startWorkingHour, endWorkingHour, weekendDays, holidays)

...

Excerpt
Returns the number of working hours from a time interval.


Parameters

ParameterTypeRequiredDescription
startDateDateYesStart working date.
endDateDateYesEnd working date.
startWorkingHourStringYesDaily start working hour (HH:mm).
endWorkingHourStringYesDaily end working hour (HH:mm).
weekendDaysNumber arrayYesWeekend days (day of week).
holidaysDate arrayYesDates of the free days.

Return type

number

The returned number represents the working hours from the given time interval.

...