Uses of Interface
com.polarion.alm.tracker.calendar.IWorkingDay
Packages that use IWorkingDay
-
Uses of IWorkingDay in com.polarion.alm.tracker.calendar
Methods in com.polarion.alm.tracker.calendar that return IWorkingDayModifier 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.Methods in com.polarion.alm.tracker.calendar with parameters of type IWorkingDayModifier and TypeMethodDescriptionvoid
IWorkingCalendar.setWorkingDays
(IWorkingDay[] days) Sets working days defined for this calendar.