com.polarion.alm.tracker.calendar.IWorkingDay
FIELDS
Modifiers and Type | Name | Description |
---|---|---|
int | DAY_TYPE_HOLIDAY | |
int | DAY_TYPE_WORKING | |
int | DAY_TYPE_OTHER |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
int | getDay() | The type of working day:
|
void | setDay(int) | |
boolean | isWorking() | Indicates whether the specified date or date type is a working day. |
String | getName() | |
void | setName(String) | |
int | getDayType() | Returns the type of event on this day. Possible values are defined as constants in IWorkingDay. |
void | setDayType(int) | |
IWorkingTime[] | getWorkingTimes() | For working day returns working times that define the time worked. |
void | setWorkingTimes(IWorkingTime[]) | |
long | getFromDate() | |
void | setFromDate(long) | |
long | getToDate() | |
void | setToDate(long) | |
boolean | matchTime(long) |
Back to Index