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