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