AFInputRangeData.IsEndTimeUndetermined Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns true if EndTime is un-specified.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsEndTimeUndetermined { get; }
Public ReadOnly Property IsEndTimeUndetermined As Boolean Get Dim instance As AFInputRangeData Dim value As Boolean value = instance.IsEndTimeUndetermined
public: property bool IsEndTimeUndetermined { bool get (); }
member IsEndTimeUndetermined : bool with get