StateTimeAverageContained 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, excluding state occurrences that fall only partially within the period.
'Declaration
Public Property StateTimeAverageContained As Double
'Usage
Dim instance As StateSummaryQueryResult
Dim value As Double
instance.StateTimeAverageContained = value
value = instance.StateTimeAverageContained
public double StateTimeAverageContained {get; set;}