CurrentTagOffsetMS
- Last UpdatedNov 17, 2021
- 1 minute read
The CurrentTagOffsetMS property is a read-write property that gets or sets the amount of time that the trend curve of the currently selected tag will be shifted from the actual time.
Syntax
aaHistClientTrend.CurrentTagOffsetMS = integer;
Result = aaHistClientTrend.CurrentTagOffsetMS;
Remarks
The offset, expressed in milliseconds, can be positive or negative. For more information, see Using Time Offsets to Compare Data on page 78. Setting this property updates the CurrentTagStartDate property accordingly.
Due to the limited range for integer values, the maximum offset you can set using this property is about 29 days. For larger offsets, use the CurrentTagStartDate property.
The default value is 0. This property is only relevant if the DateMode property is set to absolute mode.