For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get start date for current recording trip

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

Last updated