PostTournamentScoreUTC DateTime or ulong?
Unsolved
APIs
-
In your docs for the tournament service PostTournamentScoreUTC, you show that we should send a DateTime as the roundStartedTime. However, in the function signature it expects a ulong. Can you share an example of what it is expected in the ulong version?
-
The time format is "epoch millis". (At the lowest levels that's how brainCloud's API deals with time).
An example would depend upon the client library you are using? Unity? Unreal?
I'll let the client team chime in with the details once we know what you are using.
Cheers!
Paul.
-
Thanks, that's all I needed to know.
-
Okay - cool!