Skip to main content

Track time from plugin event

372 Views
0 Replies
1 min read

Hi: I am using the plugin event "onTrackAfterSave" to get info from my database (wind speed etc) once the track is saved. Everything is working fine, but I need to get the track start date/time. Is there anything in the $track variable with this info, or is there any way to get the start date and time?

public function onTrackAfterSave($context, $track, $isNew)
{
  // do your stuff
}

Thanks,

Dave

0 Replies

No Replies Yet

Topic Author

B

bwd

@bwd

Topic Stats

Created Sunday, 11 October 2020 21:59
Last Updated Sunday, 11 October 2020 21:59
Replies 0
Views 372
Likes 0

Share This Topic