HistorianTimestampRule Enumeration
- Last UpdatedAug 21, 2026
- 1 minute read
Represents a timestamp rule, whether the retrieved data gets shown with the timestamp at the beginning of the retrieval cycle or the end of it.
'Declaration
Public Enum HistorianTimestampRule
Inherits System.Enum
'Usage
Dim instance As HistorianTimestampRule
public enum HistorianTimestampRule : System.Enum
public enum class HistorianTimestampRule : public System.Enum
| Member | Description |
|---|---|
| End | The results are timestamped with the time at the end of the cycle. |
| None | The results are timestamped with the time at the end of the cycle.The results are timestamped according to the setting of the TimeStampRule system parameter in the historian. |
| Start | The results are timestamped with the time at the beginning of the cycle. |
System.Object
System.ValueType
System.Enum
ArchestrA.HistorianTimestampRule