Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFEventFrame.StartTime Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFEventFrame.StartTime Property
This read-only property represents the start time of the period.

Namespace:  OSIsoft.AF.EventFrame
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

Syntax

public AFTime StartTime { get; }
Public ReadOnly Property StartTime As AFTime
	Get

Dim instance As AFEventFrame
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: AFTime
Represents the start time of the period. This value cannot be later than the EndTime.

Implements

IAFTimePeriodStartTime

Version Information

AFSDK


See Also

In This Topic