For example, when I use:
AirTemperatureData["WRSP", {DateObject[{2017, 5, 1}], DateObject[{2017, 5, 10}]}]
I get a TimeSeries object with 33 data points for this 5 day period I can plot this with DataListPlot[%] But I would like to get the daily max and min temperature for each day. How can I do this? How can I extract daily max/min values from the TimeSeries?