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

# st_ctim

Time of last status (inode) change, given as a C timespec since the Epoch.

## Declaration

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

## Discussion

Discussion The corresponding C property is st_ctim (or st_ctimespec on Darwin).
