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 int getDayType()
Returns the type of a day.
Aspose.Tasks.DayType
).public void setDayType(int value)
value
- the type of a day Aspose.Tasks.DayType
.public boolean getDayWorking()
Determines whether the specified date or day type is working.
Read/write bool
.
public void setDayWorking(boolean value)
value
- boolean that determines whether the specified date or day type is working.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.