Table.query method supposedly has a TimeFilter parameter, but no definition of TimeFilter object is provided in the documentation.
Anyone know how to create a TimeFilter object to supply to Table.query()?
https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.Table.query
time_filter - a TimeFilter object where either the start timeor start and end time are defined to limit the search results for a given time. The values in the timeFilter should be as UTC timestampes in milliseconds. No checking occurs to see if they are in the right format.