public class WorkDay extends Object
Represents a work day.
Constructor and Description |
---|
WorkDay() |
Modifier and Type | Method and Description |
---|---|
int |
getDayType()
Returns or sets the type of a day.
|
boolean |
getDayWorking()
Determines whether the specified date or day type is working.
|
void |
setDayType(int value) |
void |
setDayWorking(boolean value) |
public int getDayType()
Returns or sets the type of a day.
Read/write Aspose.Tasks.DayType
public void setDayType(int value)
public boolean getDayWorking()
Determines whether the specified date or day type is working.
Read/write bool
.
public void setDayWorking(boolean value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.