| パッケージ | 説明 |
|---|---|
| org.jrobin.core.timespec |
| 修飾子とタイプ | フィールド | 説明 |
|---|---|---|
(package private) TimeSpec |
TimeSpec.context |
|
(package private) TimeSpec |
TimeParser.spec |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
TimeSpec |
TimeParser.parse() |
Parses the input string specified in the constructor.
|
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
static java.util.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).
|