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

PI Powershell

AddAFEventFrame.StartTime Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
AddAFEventFrame.StartTime Property

Start time of the AF Event Frame to add

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, ValueFromPipeline = false, 
	HelpMessage = "Event Frame Start Time")]
[ValidateNotNullOrEmptyAttribute]
public DateTime StartTime { get; set; }
<ParameterAttribute(Position := 1, Mandatory := false, ValueFromPipeline := false, 
	HelpMessage := "Event Frame Start Time")>
<ValidateNotNullOrEmptyAttribute>
Public Property StartTime As DateTime
	Get
	Set

Dim instance As AddAFEventFrame
Dim value As DateTime

value = instance.StartTime

instance.StartTime = value
public:
[ParameterAttribute(Position = 1, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = L"Event Frame Start Time")]
[ValidateNotNullOrEmptyAttribute]
property DateTime StartTime {
	DateTime get ();
	void set (DateTime value);
}
[<ParameterAttribute(Position = 1, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = "Event Frame Start Time")>]
[<ValidateNotNullOrEmptyAttribute>]
member StartTime : DateTime with get, set

Property Value

Type: DateTime

See Also

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