---
title: DISPATCH_WALLTIME_NOW
framework: dispatch
role: symbol
role_heading: Global Variable
path: dispatch/dispatch_walltime_now
---

# DISPATCH_WALLTIME_NOW

The current time.

## Declaration

```swift
var DISPATCH_WALLTIME_NOW: UInt { get }
```

## See Also

### Time Constructs

- [DispatchTime](dispatch/dispatchtime.md)
- [DispatchWallTime](dispatch/dispatchwalltime.md)
- [DispatchTimeInterval](dispatch/dispatchtimeinterval.md)
- [DispatchTimeoutResult](dispatch/dispatchtimeoutresult.md)
- [dispatch_time_t](dispatch/dispatch_time_t.md)
- [Wall Time Constants](dispatch/2963138-wall-time-constants.md)
