TimeStampRule Property (HistoryQueryArgs)
- 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 HistorianTimestampRule
'Usage
Dim instance As HistoryQueryArgs
Dim value As HistorianTimestampRule
instance.TimeStampRule = value
value = instance.TimeStampRule
public HistorianTimestampRule TimeStampRule {get; set;}
public:
property HistorianTimestampRule TimeStampRule {
HistorianTimestampRule get();
void set ( HistorianTimestampRule value);
}