public static class Document.Calendars.Calendar.ExceptedDays.ExceptedDay.TimePeriods.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="From" type="{http://www.w3.org/2001/XMLSchema}time"/>
<element name="To" type="{http://www.w3.org/2001/XMLSchema}time"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalTime |
from |
protected LocalTime |
to |
| Constructor and Description |
|---|
TimePeriod() |
| Modifier and Type | Method and Description |
|---|---|
LocalTime |
getFrom()
Gets the value of the from property.
|
LocalTime |
getTo()
Gets the value of the to property.
|
void |
setFrom(LocalTime value)
Sets the value of the from property.
|
void |
setTo(LocalTime value)
Sets the value of the to property.
|
public LocalTime getFrom()
Stringpublic void setFrom(LocalTime value)
value - allowed object is
Stringpublic LocalTime getTo()
StringCopyright © 2000–2025 MPXJ. All rights reserved.