---
title: now
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/operationqueue/now
---

# now

The operation queue’s definition of the current moment in time.

## Declaration

```swift
var now: OperationQueue.SchedulerTimeType { get }
```

## See Also

### Scheduling Operations

- [schedule(after:tolerance:options:_:)](foundation/operationqueue/schedule(after:tolerance:options:_:).md)
- [schedule(after:interval:tolerance:options:_:)](foundation/operationqueue/schedule(after:interval:tolerance:options:_:).md)
- [schedule(options:_:)](foundation/operationqueue/schedule(options:_:).md)
- [minimumTolerance](foundation/operationqueue/minimumtolerance.md)
- [OperationQueue.SchedulerTimeType](foundation/operationqueue/schedulertimetype.md)
- [OperationQueue.SchedulerOptions](foundation/operationqueue/scheduleroptions.md)
