| Package | Description |
|---|---|
| org.jrobin.core.timespec |
| Modifier and Type | Field | Description |
|---|---|---|
(package private) TimeSpec |
TimeSpec.context |
|
(package private) TimeSpec |
TimeParser.spec |
| Modifier and Type | Method | Description |
|---|---|---|
TimeSpec |
TimeParser.parse() |
Parses the input string specified in the constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Calendar[] |
TimeSpec.getTimes(TimeSpec spec1,
TimeSpec spec2) |
Use this static method to resolve relative time references and obtain the corresponding
Calendar objects.
|
static long[] |
TimeSpec.getTimestamps(TimeSpec spec1,
TimeSpec spec2) |
Use this static method to resolve relative time references and obtain the corresponding
timestamps (seconds since epoch).
|