| Package | Description |
|---|---|
| org.apache.wicket.util.time |
Utilities for working with
Time(s). |
| Modifier and Type | Method and Description |
|---|---|
TimeFrame |
ITimeFrameSource.getTimeFrame()
Retrieves the current
TimeFrame value. |
TimeFrame |
TimeFrame.getTimeFrame()
Implementation of
ITimeFrameSource that simply returns this
TimeFrame. |
static TimeFrame |
TimeFrame.valueOf(Time start,
Duration duration)
Creates a
TimeFrame for a start Time and Duration. |
static TimeFrame |
TimeFrame.valueOf(Time start,
Time end)
Creates a
TimeFrame for given start and end Times. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TimeFrame.overlaps(TimeFrame timeframe)
Determines if two
TimeFrames overlap. |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.