StateTimeTotalContained Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the total time in this state during this retrieval cycle, excluding state occurrences that fall only partially within the period.
'Declaration
Public Property StateTimeTotalContained As ULong
'Usage
Dim instance As StateSummaryQueryResult
Dim value As ULong
instance.StateTimeTotalContained = value
value = instance.StateTimeTotalContained
public ulong StateTimeTotalContained {get; set;}