Tagged Questions
0
votes
2answers
747 views
how to convert from prtime to .net datetime
I want to convert a number that is in PRTime format (a 64-bit integer representing the number of microseconds since midnight (00:00:00) 1 January 1970 Coordinated Universal Time (UTC)) to a datetime.
...