Uses of Interface
com.polarion.alm.tracker.calendar.IWorkingDay
-
Uses of IWorkingDay in com.polarion.alm.tracker.calendar
Modifier and TypeMethodDescriptionIWorkingCalendar.getWorkingDay
(long time, boolean considerBase) Returns working day for particular date (specific definitions are taken into account).IWorkingCalendar.getWorkingDays
(boolean considerBase) Returns all working days defined in this calendar; working days from base calendar may be included as well (working days from this calendar are in the beginning of the list).IWorkingCalendar.getWorkingWeekDay
(int day, boolean considerBase) Returns working day for a typical (with no specific definition) week day.Modifier and TypeMethodDescriptionvoid
IWorkingCalendar.setWorkingDays
(IWorkingDay[] days) Sets working days defined for this calendar.