Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Apps, Widgets, and Controls

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;

In This Topic
TitleResults for “How to create a CRG?”Also Available in