---
title: currentTime
framework: avfaudio
role: symbol
role_heading: Instance Property
path: avfaudio/avaudiorecorder/currenttime
---

# currentTime

The time, in seconds, since the beginning of the recording.

## Declaration

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

## Discussion

Discussion The value of this property is 0 when you call it on a stopped audio recorder.

## See Also

### Accessing recorder timing

- [deviceCurrentTime](avfaudio/avaudiorecorder/devicecurrenttime.md)
