This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
My program takes in a date time packet from a hardware device, which is of type byte. An example packet is: byte[] packet = new byte[] {0x0C, 0x01, 0x15}; //packet[0] is the last two numbers of the year As stated in the comments, packet[0] represents the last two numbers of [...] read more