# Get start date for current recording trip

```
/** 
* Returns track start date or null if track not running
*/
fun getTrackStartDate(): Long?
```
