---
title: presentationTime
framework: compositorservices
role: symbol
role_heading: Instance Property
path: compositorservices/layerrenderer/frame/timing/presentationtime
---

# presentationTime

The time at which the system displays the frame onscreen.

## Declaration

```swift
var presentationTime: LayerRenderer.Clock.Instant { get }
```

## Discussion

Discussion You can use the presentation time as a synchronization point for other parts of your app. For example, if you play an audio clip when the frame appears, configure your code to start playing the clip at the specified time.
