public static class Project.Calendars.Calendar.WeekDays.WeekDay.TimePeriod 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">
<sequence>
<element name="FromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ToDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
fromDate |
protected LocalDateTime |
toDate |
| Constructor and Description |
|---|
TimePeriod() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getFromDate()
Gets the value of the fromDate property.
|
LocalDateTime |
getToDate()
Gets the value of the toDate property.
|
void |
setFromDate(LocalDateTime value)
Sets the value of the fromDate property.
|
void |
setToDate(LocalDateTime value)
Sets the value of the toDate property.
|
protected LocalDateTime fromDate
protected LocalDateTime toDate
public LocalDateTime getFromDate()
Stringpublic void setFromDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getToDate()
Stringpublic void setToDate(LocalDateTime value)
value - allowed object is
StringCopyright © 2000–2025 MPXJ. All rights reserved.