WorkDay
Contents
[
Hide
]Inheritance: java.lang.Object
public class WorkDay
Represents a work day.
Constructors
Constructor | Description |
---|---|
WorkDay() |
Methods
Method | Description |
---|---|
getDayType() | Returns the type of a day. |
getDayWorking() | Determines whether the specified date or day type is working. |
setDayType(int value) | Sets the type of a day. |
setDayWorking(boolean value) | Determines whether the specified date or day type is working. |
WorkDay()
public WorkDay()
getDayType()
public final int getDayType()
Returns the type of a day.
Returns:
int - the type of a day (Aspose.Tasks.DayType
).
getDayWorking()
public final boolean getDayWorking()
Determines whether the specified date or day type is working. Read/write bool
.
Returns: boolean - true if the day is working.
setDayType(int value)
public final void setDayType(int value)
Sets the type of a day.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | the type of a day Aspose.Tasks.DayType . |
setDayWorking(boolean value)
public final void setDayWorking(boolean value)
Determines whether the specified date or day type is working.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | boolean that determines whether the specified date or day type is working. |