AFInputRangeData.EndTime Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Time range end time in the format that can be parsed by AFTime. "*" represents the trigger time.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string EndTime { get; }
Public ReadOnly Property EndTime As String Get Dim instance As AFInputRangeData Dim value As String value = instance.EndTime
public: property String^ EndTime { String^ get (); }
member EndTime : string with get