TimeStampRule Property (HistoryQueryResult)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets whether cyclic results are timestamped at the beginning of the cycle or at the end of the cycle.
'Declaration
Public Property TimeStampRule As String
'Usage
Dim instance As HistoryQueryResult
Dim value As String
instance.TimeStampRule = value
value = instance.TimeStampRule
public string TimeStampRule {get; set;}