StartPIBackup.CutoffDate Property
- Last UpdatedDec 15, 2025
- 1 minute read
Do not include historical archives older than the CutoffDate
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 2, Mandatory = false, HelpMessage = "Do not include archives older than")] public DateTime CutoffDate { get; set; }
<ParameterAttribute(Position := 2, Mandatory := false, HelpMessage := "Do not include archives older than")> Public Property CutoffDate As DateTime Get Set Dim instance As StartPIBackup Dim value As DateTime value = instance.CutoffDate instance.CutoffDate = value
public: [ParameterAttribute(Position = 2, Mandatory = false, HelpMessage = L"Do not include archives older than")] property DateTime CutoffDate { DateTime get (); void set (DateTime value); }
[<ParameterAttribute(Position = 2, Mandatory = false, HelpMessage = "Do not include archives older than")>] member CutoffDate : DateTime with get, set