TimeSelector.DurationMS
- Last UpdatedDec 08, 2015
- 1 minute read
The TimeSelector.DurationMS property is a read-write integer property that gets the time duration measured in milliseconds.
The start time of the Trend Client (TimeSelector.StartDate) is calculated as the end time (TimeSelector.EndDate) minus the new time duration (TimeSelector.DurationMS).
When you set the value of the TimeSelector.DurationMS property, the TimeSelector.TimeDuration property is set to 0.
Syntax
result = TimeSelector.DurationMS;
TimeSelector.DurationMS = Value;
Remarks
The default value is 300000.