<!--
{
  "availability" : [
    "watchOS: 3.2.0 - 6.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKAudioFilePlayerItem/setCurrentTime(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKAudioFilePlayerItem(im)setCurrentTime:"
  },
  "title" : "setCurrentTime(_:)"
}
-->

# setCurrentTime(_:)

Sets the playback point, measured in seconds, from the beginning of the audio file.

```
func setCurrentTime(_ currentTime: TimeInterval)
```

## Parameters

`currentTime`

The offset of the current playback position, measured in seconds from the start of the sound.

## Discussion

Use this method to seek a specific point in a sound file or to implement fast-forward and rewind functions.

---

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)