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

AF SDK Reference

AFInputRangeData Constructor (String, String)

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFInputRangeData Constructor (String, String)
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.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9

See Also

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