LastModifiedTime property

DateTime? LastModifiedTime
Gets the date and time this item was last modified.

Implementation

DateTime? get LastModifiedTime =>
    this.PropertyBag[ItemSchema.LastModifiedTime] as DateTime?;