---
title: "TimePickerSelection"
description: ""
type: "class"
---

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


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

<div class='sourceset sourceset-android'>Android</div>


```kotlin
public value class TimePickerSelection internal constructor(internal val value: Int)
```

## Companion Object

#### Properties

<div class='sourceset sourceset-android'>Android</div>


```kotlin
public val Hour: TimePickerSelection
```


Represents the hour component of the time.



<div class='sourceset sourceset-android'>Android</div>


```kotlin
public val Minute: TimePickerSelection
```


Represents the minute component of the time.



<div class='sourceset sourceset-android'>Android</div>


```kotlin
public val Second: TimePickerSelection
```


Represents the second component of the time.



<div class='sourceset sourceset-android'>Android</div>


```kotlin
public val Period: TimePickerSelection
```


Represents the AM/PM period component of the time for 12-hour formats.



<div class='sourceset sourceset-android'>Android</div>


```kotlin
public val ConfirmButton: TimePickerSelection
```


Represents the confirmation button component used to confirm the selected time.



<div class='sourceset sourceset-android'>Android</div>


```kotlin
public val None: TimePickerSelection
```


Indicates that no specific component is selected. Used primarily for accessibility.





