AFTimeRuleEvent.StartTime Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property represents the start time of the period.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFTime StartTime { get; }
Public ReadOnly Property StartTime As AFTime Get Dim instance As AFTimeRuleEvent Dim value As AFTime value = instance.StartTime
public: virtual property AFTime StartTime { AFTime get () sealed; }
abstract StartTime : AFTime with get override StartTime : AFTime with get
Property Value
Type: AFTimeRepresents the start time of the period. This value cannot be later than the EndTime.
Implements
IAFTimePeriodStartTime
Remarks
The value of this property is automatically set by the time rule.
It can be modified by calling the SetStartTime(Object) method.