AFDatabase.ModifyDate Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the time when any object within the database was last modified.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFTime ModifyDate { get; }
Public ReadOnly Property ModifyDate As AFTime Get Dim instance As AFDatabase Dim value As AFTime value = instance.ModifyDate
public: property AFTime ModifyDate { AFTime get (); }
member ModifyDate : AFTime with get
Property Value
Type: AFTimeReturns the time when any object within the database was last modified.
Remarks
This property is set by the server upon successful edits of objects within the database.