---
title: modificationDate
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfannotation/modificationdate
---

# modificationDate

Returns the modification date of the annotation.

## Declaration

```swift
var modificationDate: Date? { get set }
```

## Return Value

Return Value The modification date of the annotation, or NULL if there is no modification date.

## See Also

### Related Documentation

- [PDFAnnotation](pdfkit/pdfannotation.md)

### Accessing Information About an Annotation

- [page](pdfkit/pdfannotation/page.md)
- [userName](pdfkit/pdfannotation/username.md)
- [type](pdfkit/pdfannotation/type.md)
- [action](pdfkit/pdfannotation/action.md)
- [PDFAction](pdfkit/pdfaction.md)
- [PDFDestination](pdfkit/pdfdestination.md)
