GetPIArchiveReprocessHistory.EndTime Property
- Last UpdatedDec 15, 2025
- 2 minute read
End time for which to return archive reprocess history
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 1, Mandatory = false, HelpMessage = "Time to stop returning archive reprocess history")] [ValidateNotNullOrEmptyAttribute] public DateTime EndTime { get; set; }
<ParameterAttribute(Position := 1, Mandatory := false, HelpMessage := "Time to stop returning archive reprocess history")> <ValidateNotNullOrEmptyAttribute> Public Property EndTime As DateTime Get Set Dim instance As GetPIArchiveReprocessHistory Dim value As DateTime value = instance.EndTime instance.EndTime = value
public: [ParameterAttribute(Position = 1, Mandatory = false, HelpMessage = L"Time to stop returning archive reprocess history")] [ValidateNotNullOrEmptyAttribute] property DateTime EndTime { DateTime get (); void set (DateTime value); }
[<ParameterAttribute(Position = 1, Mandatory = false, HelpMessage = "Time to stop returning archive reprocess history")>] [<ValidateNotNullOrEmptyAttribute>] member EndTime : DateTime with get, set