---
title: DispatchWallTime
framework: dispatch
role: symbol
role_heading: Structure
path: dispatch/dispatchwalltime
---

# DispatchWallTime

An absolute point in time according to the wall clock, with microsecond precision.

## Declaration

```swift
struct DispatchWallTime
```

## Topics

### Getting Well-Known Times

- [now()](dispatch/dispatchwalltime/now().md)
- [distantFuture](dispatch/dispatchwalltime/distantfuture.md)

### Creating a Dispatch Wall Time Object

- [init(timespec:)](dispatch/dispatchwalltime/init(timespec:).md)

### Getting the Time

- [rawValue](dispatch/dispatchwalltime/rawvalue.md)

### Operator Functions

- [+(_:_:)](dispatch/+(_:_:)-8ylhk.md)
- [+(_:_:)](dispatch/+(_:_:)-8pe6k.md)
- [-(_:_:)](dispatch/-(_:_:)-6jk71.md)
- [-(_:_:)](dispatch/-(_:_:)-50bxr.md)

## Relationships

### Conforms To

- [Comparable](swift/comparable.md)
- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Time Constructs

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