---
title: st_atim
framework: system
role: symbol
role_heading: Instance Property
path: system/stat/st_atim
---

# st_atim

Time of last access, given as a C timespec since the Epoch.

## Declaration

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

## Discussion

Discussion The corresponding C property is st_atim (or st_atimespec on Darwin).
