IAFTransactable.CreationDate Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the time when the object was first created.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
AFTime CreationDate { get; }
ReadOnly Property CreationDate As AFTime Get Dim instance As IAFTransactable Dim value As AFTime value = instance.CreationDate
property AFTime CreationDate { AFTime get (); }
abstract CreationDate : AFTime with get
Property Value
Type: AFTimeReturns the time when the object was first created. If the creation date is not known for the object, then MaxValue will be returned.
Remarks
This property is set by the server upon successful creation of the object.
The object's creation date is set by the server when the object is
initially created. Any changes to the object after creation will not change
this value.