public class WorkDay extends Object
Represents a work day.
Constructor and Description |
---|
WorkDay() |
Modifier and Type | Method and Description |
---|---|
int |
getDayType()
Returns the type of a day.
|
boolean |
getDayWorking()
Determines whether the specified date or day type is working.
|
void |
setDayType(int value)
Sets the type of a day.
|
void |
setDayWorking(boolean value)
Determines whether the specified date or day type is working.
|
public final int getDayType()
Returns the type of a day.
Aspose.Tasks.DayType
).public final void setDayType(int value)
value
- the type of a day Aspose.Tasks.DayType
.public final boolean getDayWorking()
Determines whether the specified date or day type is working.
Read/write bool
.
public final void setDayWorking(boolean value)
value
- boolean that determines whether the specified date or day type is working.