I need to access the last Timestamp of activity from the EyeX sensor. I found a Timestamp property on the GazePointEventArgs object passed into the GazePointDataStream.Next event.
The thing that has thrown me is that it is stored as a double value. What does the double value represent in terms of a Timestamp, is it ticks, seconds or milliseconds etc?
How can I convert this into a DateTime object so I can perform TimeSpan calculations on it?
thanks