ItemLastModifiedTime Property |
The date/time that this item was most recently modified (updated).
This is a read-only property that is maintained by the system and may not be directly adjusted.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public DateTime LastModifiedTime { get; }
Public ReadOnly Property LastModifiedTime As DateTime
Get
public:
property DateTime LastModifiedTime {
DateTime get ();
}
member LastModifiedTime : DateTime with get
Property Value
Type:
DateTimeSee Also