---
title: "TimeSource"
description: ""
type: "interface"
---

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


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

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



```kotlin
public interface TimeSource
```

## Functions

```kotlin
@Composable public fun currentTime(): String
```


A method responsible for returning updated time string.

#### Returns

| | |
| --- | --- |
|  | Formatted time string. |




