IAdgObject.DateModified Property

DateModified is a timestamp recorded by the database provider when the database object is modified.

        [C#]
 Public System.DateTime DateModified { get; }
      
        [Visual Basic] 
 Public ReadOnly Property DateModified As System.DateTime
      
        [Visual RPG]
 BegProp DateModified Access(*Public) Type(System.DateTime)
   BegGet
      

Property Value

System.DateTime. Read only. If IAdgObject was obtained via IDirectory.Enumerate, the time the object was most recently modified.

Remarks

Database providers record a timestamp of when a database object was most recently modified by any session. In the current version of DCS, this timestamp is only reflected by DateModified when IAdgObject is obtained through the IDirectory.Enumerate method. The value of DateModified in instances constructed in any other way is DateTime.Min.

Requirements

Namespace: ASNA.DataGate.Client

Assembly: ASNA DataGate Client

Platforms: Windows Server 2008 R2, Windows Server 2012, Windows 7, Windows 8 Pro, Windows 8.1 Pro, Windows 10

See Also