StateTime Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the amount of time in the state for all time-in-state modes except for "Percent."
'Declaration
Public Property StateTime As Double
'Usage
Dim instance As HistoryQueryResult
Dim value As Double
instance.StateTime = value
value = instance.StateTime
public double StateTime {get; set;}