Uses of Class
org.rrd4j.core.timespec.TimeSpec
Package | Description |
---|---|
org.rrd4j.core.timespec |
-
Uses of TimeSpec in org.rrd4j.core.timespec
Fields in org.rrd4j.core.timespec declared as TimeSpec Modifier and Type Field Description (package private) TimeSpec
TimeSpec. context
(package private) TimeSpec
TimeParser. spec
Methods in org.rrd4j.core.timespec that return TimeSpec Modifier and Type Method Description TimeSpec
TimeParser. parse()
Parses the input string specified in the constructor.Methods in org.rrd4j.core.timespec with parameters of type TimeSpec 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).