CurrentTagStartDate
- Last UpdatedNov 17, 2021
- 1 minute read
The CurrentTagStartDate property is a read-write property that gets or sets the trend start date for the currently selected tag.
Syntax
aaHistClientTrend.CurrentTagStartDate = DateTime;
Result = aaHistClientTrend.CurrentTagStartDate;
Return Value
The result is a DateTime value.
Remarks
This property has no default. Setting this property updates the CurrentTagOffsetMS property accordingly.
This property is only applicable if the DateMode property is set to relative. It reflects local time.
For information on setting the date/time value, see DateTime.