Getting RaceId

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gazzbut
    Junior Member
    • Jan 2015
    • 7

    #1

    Getting RaceId

    Hi,

    I want to use the ListRaceDetails to check the status of a given race but how can I determine the raceId of each race? Is the only way to use the Navigation data?

    Cheers
  • WTPooh
    Member
    • May 2012
    • 88

    #2
    RaceId = marketCatalogue.Event.Id + "." + Format(marketCatalogue.MarketStartTime, "HHmm")

    Example:
    EventId = "29395664"
    MarketStartTime = #8/3/2019 02:55:00 PM#

    RaceId = 29395664.1455

    Comment

    • gazzbut
      Junior Member
      • Jan 2015
      • 7

      #3
      Yep that works for me, thanks!!

      Comment

      Working...
      X