SimBrief API XML

I have been developing a module that will parse the returned XML, to allow us to generate our own OFP. But one item I have yet to get working are the date/time values. Are those in ticks? Or is it being specified or formatted differently in the XML?

Hi, the date/time values in the XML are Unix Timestamps. Values such as enroute times are in seconds.

Pretty much every programming language should have built-in functions to read and write these timestamps into your desired date/time format, but without knowing what language you’re using I can’t be more specific than that.

We are designing it in .NET/C# I was assuming ticks, but the date/time wasn’t coming across right.

I do appreciate it, that gives me a direction to go, so I think I got from here.

Thank You

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.