---
title: "DisplayMode"
description: "Represents the different modes that a date picker can be at."
type: "class"
---

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


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

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


```kotlin
value class DisplayMode internal constructor(internal val value: Int)
```


Represents the different modes that a date picker can be at.


## Companion Object

#### Properties

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


```kotlin
val Picker = DisplayMode(0)
```


Date picker mode



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


```kotlin
val Input = DisplayMode(1)
```


Date text input mode





