EndDateTime Property (HistoryQueryResult)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the end time of the retrieval cycle for which this row is returned.
'Declaration
Public Property EndDateTime As Date
'Usage
Dim instance As HistoryQueryResult
Dim value As Date
instance.EndDateTime = value
value = instance.EndDateTime
public DateTime EndDateTime {get; set;}