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


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


<h2 id="getselectedstartdate">getSelectedStartDate</h2>

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


```kotlin
@RequiresApi(26)
fun DateRangePickerState.getSelectedStartDate(): LocalDate?
```


Returns a `LocalDate` representation of the selected start date in this `DateRangePickerState`,
or `null` in case there is no selection.

#### Returns

| | |
| --- | --- |
|  | The selected start `LocalDate`, or `null` if there is no selection. |