AFInputRangeData Constructor (String, String)
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Constructs AFInputRangeData with specified start time and end time.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFInputRangeData( string startTime, string endTime )
Public Sub New ( startTime As String, endTime As String ) Dim startTime As String Dim endTime As String Dim instance As New AFInputRangeData(startTime, endTime)
public: AFInputRangeData( String^ startTime, String^ endTime )
new : startTime : string * endTime : string -> AFInputRangeData
Parameters
- startTime
- Type: SystemString
Start time of the range in the format that AFTime can parse. If null or empty, the trigger time is assumed and will be replaced with "*". Set to Empty string if it cannot be parsed. - endTime
- Type: SystemString
End time of the range in the format that AFTime can parse. If null or empty, the trigger time is assumed and will be replaced with "*". Set to Empty string if it cannot be parsed.