AFAdjustment.CreationTime Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the time that this adjustment was created .
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFTime CreationTime { get; }
Public ReadOnly Property CreationTime As AFTime Get Dim instance As AFAdjustment Dim value As AFTime value = instance.CreationTime
public: property AFTime CreationTime { AFTime get (); }
member CreationTime : AFTime with get
Property Value
Type: AFTimeThe time that this adjustment was created.
Remarks
The creation time becomes part of the audit trail information. It also
allows you to create multiple adjustments to the same attribute.