 | AFTimeRange Constructor (AFTime, AFTime) |
Creates a new
AFTimeRange object with the specified
start and end
AFTime values.
Namespace:
OSIsoft.AF.Time
Assembly:
OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 2.10.6.195
Syntaxpublic AFTimeRange(
AFTime startTime,
AFTime endTime
)
Public Sub New (
startTime As AFTime,
endTime As AFTime
)
Dim startTime As AFTime
Dim endTime As AFTime
Dim instance As New AFTimeRange(startTime,
endTime)
public:
AFTimeRange(
AFTime startTime,
AFTime endTime
)
new :
startTime : AFTime *
endTime : AFTime -> AFTimeRange
Parameters
- startTime
- Type: OSIsoft.AF.TimeAFTime
The starting time of the time range represented by this object.
- endTime
- Type: OSIsoft.AF.TimeAFTime
The ending time of the time range represented by this object.
Remarks
An
AFTimeRange represents a period of time between
the
StartTime and
EndTime.
This constructor creates the new
AFTimeRange from the
specified start and end
AFTime values.
Version InformationAFSDK
Supported in: 2.10.5, 2.10, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7, 2.6, 2.5, 2.4
See Also