Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Powershell

StartPIBackup.CutoffDate Property

  • Last UpdatedDec 15, 2025
  • 1 minute read
StartPIBackup.CutoffDate Property

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

Property Value

Type: DateTime

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in