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