I'm getting a hex string when converting a SPListItem's date.
eg. "0x01c9d2be|0x809a8800"
However, what's the proper way to convert it, what format is the DateTime object in? What if I want to set the datetime? Would I have to convert it into hex format and assign it as a hex string?
There has to be a better and ideal way to extract modify the DateTime object.
Any ideas?
Thanks.