AFFile.ChangeDate Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The time the current file was last uploaded to the server.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFTime ChangeDate { get; }
Public ReadOnly Property ChangeDate As AFTime Get Dim instance As AFFile Dim value As AFTime value = instance.ChangeDate
public: property AFTime ChangeDate { AFTime get (); }
member ChangeDate : AFTime with get
Property Value
Type: AFTimeReturns the time the current file was last uploaded to the server. This property is set when one of the Upload Overload methods saves the file to the server.