---
title: "frameDelayMillis"
description: "The frame delay time for the [TestMonotonicFrameClock] in milliseconds."
type: "property"
---

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


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

<div class='sourceset sourceset-jvmAndAndroid'>JvmAndAndroid</div>


```kotlin
@ExperimentalTestApi // Required by kotlinc to use frameDelayNanos
val TestMonotonicFrameClock.frameDelayMillis: Long
```


The frame delay time for the `TestMonotonicFrameClock` in milliseconds.



