---
title: "monotonicFrameClock"
description: "Returns the [MonotonicFrameClock] for this [CoroutineContext] or throws [IllegalStateException]
if one is not present."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
@ExperimentalComposeApi
public val CoroutineContext.monotonicFrameClock: MonotonicFrameClock
```


Returns the `MonotonicFrameClock` for this `CoroutineContext` or throws `IllegalStateException`
if one is not present.



