AFInputRangeData Constructor (String, String)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Constructs AFInputRangeData with specified start time and end time.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.