AFTimeRange.StartTime Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The starting time of the time range represented by this object.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFTime StartTime { get; set; }
Public Property StartTime As AFTime Get Set Dim instance As AFTimeRange Dim value As AFTime value = instance.StartTime instance.StartTime = value
public: property AFTime StartTime { AFTime get (); void set (AFTime value); }
member StartTime : AFTime with get, set
Property Value
Type: AFTimeThe starting time of the time range represented by this object.