public class TimeRange extends Object
| Constructor | Description |
|---|---|
TimeRange() |
|
TimeRange(Date fromDate,
Date toDate) |
| Modifier and Type | Method | Description |
|---|---|---|
Date |
getFromDate() |
|
Date |
getToDate() |
|
TimeRange |
withFromDate(Date fromDate) |
|
TimeRange |
withToDate(Date toDate) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.