---
title: "monthContentDescription"
type: "property"
lastmod: "2026-08-27"
---
## API Reference

> Source set: Android

```kotlin
val monthContentDescription = {
        if (selectedIndex == null) {
            monthString
        } else {
            fullMonthNames[(datePickerState.selectedMonth - 1) % 12]
        }
    }
```
