Uses of Class
org.rrd4j.core.timespec.TimeSpec
-
Packages that use 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) TimeSpecTimeSpec. context(package private) TimeSpecTimeParser. specMethods in org.rrd4j.core.timespec that return TimeSpec Modifier and Type Method Description TimeSpecTimeParser. 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).
-