Click or drag to resize

SimpleDataObjectIDataObjectChangeTime Property

States the date and time the data object last was changed. The ChangeTime is not necessarily equal to the CreateTime of the newest version of the data object since the ChangeTime may be updated independently for ILM integration purposes.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
DateTime IDataObject.ChangeTime { get; }

Property Value

Type: DateTime

Implements

IDataObjectChangeTime
See Also