DateTimeCreated property

DateTime? DateTimeCreated
Gets the date and time this item was created.

Implementation

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