---
title: kIOTimerClockWallTime
framework: driverkit
role: symbol
role_heading: Enumeration Case
path: driverkit/kiotimerclockwalltime
---

# kIOTimerClockWallTime

The system’s wall-clock time, expressed as the amount of time since the Epoch.

## Declaration

```occ
kIOTimerClockWallTime
```

## Discussion

Discussion This constant is the type of clock obtained by passing CLOCK_UPTIME_RAW to clock_gettime_nsec_np(_:). It’s equivalent to a value from mach_absolute_time(), but in nanoseconds.

## See Also

### Timer Options

- [kIOTimerClockUptimeRaw](driverkit/kiotimerclockuptimeraw.md)
- [kIOTimerClockMonotonicRaw](driverkit/kiotimerclockmonotonicraw.md)
- [kIOTimerClockRealTime](driverkit/kiotimerclockrealtime.md)
- [kIOTimerClockMachAbsoluteTime](driverkit/kiotimerclockmachabsolutetime.md)
- [kIOTimerClockMachContinuousTime](driverkit/kiotimerclockmachcontinuoustime.md)
