Sets the end time of the graph. @param timestamp The end time, all the data points returned will have a timestamp less than or equal to this one. @throws IllegalArgumentException if timestamp is less than or equal to 0, or if it can't fit on 32 bits. @throws IllegalArgumentException if {@code timest
(long timestamp)
| 55 | * {@code timestamp <= }{@link #getStartTime getStartTime}. |
| 56 | */ |
| 57 | void setEndTime(long timestamp); |
| 58 | |
| 59 | /** |
| 60 | * Returns the end time of the graph. |
no outgoing calls