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

AVEVA™ Alarm Client Control

GetStartAndEndTimes

  • Last UpdatedDec 08, 2015
  • 1 minute read

The GetStartAndEndTimes method gets the start and end times for the query.

Example

Dim SDate as System.DateTime;

Dim EDate as System.DateTime;

Dim b as System.Int32

b = Trend1.GetStartAndEndTimes(SDate, EDate);

StartTime = SDate.ToString();

EndTime = EDate.ToString();

Ret = b;

Syntax

[Result =] Trend1.GetStartAndEndTimes(DateTime StartTime, DateTime EndTime);

Parameters

StartTime

The start time for the query.

EndTime

The end time for the query.

Return Value

Returns the time range enumeration.

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