public class TimeRange extends Object implements Serializable
| Constructor and Description |
|---|
TimeRange() |
TimeRange(ZonedDateTime from,
ZonedDateTime until) |
| Modifier and Type | Method and Description |
|---|---|
ZonedDateTime |
getFrom() |
ZonedDateTime |
getUntil() |
void |
setFrom(ZonedDateTime from) |
void |
setUntil(ZonedDateTime until) |
public TimeRange()
public TimeRange(ZonedDateTime from, ZonedDateTime until)
public ZonedDateTime getFrom()
public void setFrom(ZonedDateTime from)
public ZonedDateTime getUntil()
public void setUntil(ZonedDateTime until)
Copyright © 2018. All rights reserved.