Sets the start time for further parsing. This can be an absolute or relative value. See DateTime#parseDateTimeString for details. @param start A start time from the user
(String start)
| 414 | * @param start A start time from the user |
| 415 | */ |
| 416 | public void setStart(String start) { |
| 417 | this.start = start; |
| 418 | } |
| 419 | |
| 420 | /** |
| 421 | * Optionally sets the end time for all queries. If not set, the current |
no outgoing calls