org.jrobin.core.timespec
public class TimeParser extends Object
Constructor Summary | |
---|---|
TimeParser(String dateString)
Constructs TimeParser instance from the given input string.
|
Method Summary | |
---|---|
TimeSpec | parse()
Parses the input string specified in the constructor.
|
Parameters: dateString at-style time specification (read rrdfetch man page for the complete explanation)
Returns: Object representing parsed date/time.
Throws: RrdException Thrown if the date string cannot be parsed.