StateTimeAverage Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the average time in this state among all occurrences of this state during this retrieval cycle, including state occurrences that fall only partially within the period.
'Declaration
Public Property StateTimeAverage As Double
'Usage
Dim instance As StateSummaryQueryResult
Dim value As Double
instance.StateTimeAverage = value
value = instance.StateTimeAverage
public double StateTimeAverage {get; set;}