AFInputRangeData.StartTime Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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