---
title: adjustmentTimestamp
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phasset/adjustmenttimestamp
---

# adjustmentTimestamp

The date when the asset was last edited.

## Declaration

```swift
var adjustmentTimestamp: Date? { get }
```

## Discussion

Discussion If the asset has never been edited, then this property is nil. If the asset was edited and later reverted, such that hasAdjustments is false, then adjustmentTimestamp is the timestamp of the revert operation.
