SetDates
- Last UpdatedNov 17, 2021
- 1 minute read
The SetDates method sets the start and end time for the query.
Syntax
[Result=] aaHistClientQuery.SetDates(DateTime startTime, DateTime endTime);
Parameters
startTime
The start time for the query.
endTime
The end time for the query.
Remarks
For more information on setting the date/time, see DateTime.
Return Value
Returns True if the dates were set. Returns False in case of an error.