I have a GPS device that sends some objects including a GPS time to my server.
It's coming in format of week number,seconds into week.
I want to convert that to a datetime format. I found some codes for that but all I found is how to convert week number to date, not including the second into week.
I found this web page, which is doing that but I can't find out how to do that in c# windows app code.
Sample data:
GPS Week number 1643
GPS second into week 377505
That should be 2011/07/07 10:51:44
.