TimeSelector.GetStartAndEndTimes
- Last UpdatedDec 08, 2015
- 1 minute read
The TimeSelector.GetStartAndEndTimes method gets the start and end times for the query.
Syntax
Trend01.GetStartAndEndTimes(DateTime StartTime, DateTime EndTime);
Parameters
StartTime
String attribute, custom property, or element property to retrieve the start time.
EndTime
String attribute, custom property, or element property to retrieve the end time.
Example
dim SDate as string;
dim EDate as string;
Trend01.TimeSelector.GetStartAndEndTimes(SDate, EDate);
StartDate = SDate;
EndDate = EDate;