<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Dispatch",
  "identifier" : "/documentation/Dispatch/DispatchWallTime",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Dispatch"
    ],
    "preciseIdentifier" : "s:8Dispatch0A8WallTimeV"
  },
  "title" : "DispatchWallTime"
}
-->

# DispatchWallTime

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

```
struct DispatchWallTime
```

## Topics

### Getting Well-Known Times

[`now()`](/documentation/Dispatch/DispatchWallTime/now())

Returns the current time.

[`distantFuture`](/documentation/Dispatch/DispatchWallTime/distantFuture)

A time in the distant future.

### Creating a Dispatch Wall Time Object

[`init(timespec:)`](/documentation/Dispatch/DispatchWallTime/init(timespec:))

Creates an absolute time for a specified value.

### Getting the Time

[`rawValue`](/documentation/Dispatch/DispatchWallTime/rawValue)

The underlying time value.

### Operator Functions

[`+(_:_:)`](/documentation/Dispatch/+(_:_:)-8ylhk)

[`+(_:_:)`](/documentation/Dispatch/+(_:_:)-8pe6k)

[`-(_:_:)`](/documentation/Dispatch/-(_:_:)-6jk71)

[`-(_:_:)`](/documentation/Dispatch/-(_:_:)-50bxr)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)