GetIntersectionCalendar

GetIntersectionCalendar

Gets ICalendar instance which can be used to perform calculations on the intersection of work schedules of 2 calendars.

Returns: Implementation of ICalendar interface.

GetIntersectionCalendar(const System::SharedPtr< Calendar > & calendar1, const System::SharedPtr< Calendar > & calendar2)
ParameterDescription
calendar1First calendar.
calendar2Second calendar.