AFInputRangeData.StartTime Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Time range start 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.2.0.7
Syntax
public string StartTime { get; }
Public ReadOnly Property StartTime As String Get Dim instance As AFInputRangeData Dim value As String value = instance.StartTime
public: property String^ StartTime { String^ get (); }
member StartTime : string with get