Uses of Class
org.rrd4j.core.timespec.TimeSpec
Packages that use TimeSpec
-
Uses of TimeSpec in org.rrd4j.core.timespec
Fields in org.rrd4j.core.timespec declared as TimeSpecModifier and TypeFieldDescription(package private) TimeSpec
TimeSpec.context
(package private) TimeSpec
TimeParser.spec
Methods in org.rrd4j.core.timespec that return TimeSpecModifier and TypeMethodDescriptionTimeParser.parse()
Parses the input string specified in the constructor.Methods in org.rrd4j.core.timespec with parameters of type TimeSpecModifier and TypeMethodDescriptionstatic Calendar[]
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).