FatFs date and time to DateTime

295 Views Asked by At

I'm trying to convert UInt16 values representing FatFs date and time (here) into C# DateTime object. I have two UInt16 values representing fdate and ftime as seen in the link.

Whats the easiest way to convert those into a DateTime in C#?

0

There are 0 best solutions below