Optionally sets the end time for all queries. If not set, the current system time will be used. This can be an absolute or relative value. See DateTime#parseDateTimeString for details. @param end An end time from the user
(String end)
| 424 | * @param end An end time from the user |
| 425 | */ |
| 426 | public void setEnd(String end) { |
| 427 | this.end = end; |
| 428 | } |
| 429 | |
| 430 | /** @param timezone an optional timezone for date parsing */ |
| 431 | public void setTimezone(String timezone) { |
no outgoing calls