public static class Gantt.Calendar extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="WorkDays" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="WeekStart" type="{}ganttDesignerDay" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DayOfWeek |
weekStart |
protected String |
workDays |
| Constructor and Description |
|---|
Calendar() |
| Modifier and Type | Method and Description |
|---|---|
DayOfWeek |
getWeekStart()
Gets the value of the weekStart property.
|
String |
getWorkDays()
Gets the value of the workDays property.
|
void |
setWeekStart(DayOfWeek value)
Sets the value of the weekStart property.
|
void |
setWorkDays(String value)
Sets the value of the workDays property.
|
public String getWorkDays()
Stringpublic void setWorkDays(String value)
value - allowed object is
Stringpublic DayOfWeek getWeekStart()
StringCopyright © 2000–2025 MPXJ. All rights reserved.