---
title: deviceCurrentTime
framework: avfaudio
role: symbol
role_heading: Instance Property
path: avfaudio/avaudiorecorder/devicecurrenttime
---

# deviceCurrentTime

The time, in seconds, of the host audio device.

## Declaration

```swift
var deviceCurrentTime: TimeInterval { get }
```

## Discussion

Discussion Use this property value to schedule audio recording using the record(atTime:) and record(atTime:forDuration:) methods.

## See Also

### Accessing recorder timing

- [currentTime](avfaudio/avaudiorecorder/currenttime.md)
