---
title: modifyTime
framework: fskit
role: symbol
role_heading: Instance Property
path: fskit/fsitem/attributes/modifytime
---

# modifyTime

The item’s last-modified time.

## Declaration

```swift
var modifyTime: timespec { get set }
```

## Discussion

Discussion This property represents mtime, the last time the item’s contents changed.

## See Also

### Working with time attributes

- [accessTime](fskit/fsitem/attributes/accesstime.md)
- [changeTime](fskit/fsitem/attributes/changetime.md)
- [birthTime](fskit/fsitem/attributes/birthtime.md)
- [backupTime](fskit/fsitem/attributes/backuptime.md)
- [addedTime](fskit/fsitem/attributes/addedtime.md)
