Home Forums Software Development Converting GazePointEventArgs.Timestamp into DateTime?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #4216
    TRO
    Participant

    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

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.