I have an Xml element that needs to contain DateTime of Year, Month, Day, Hour, Min, Sec and MS
I later need that that Xml element be casted via XMLDeserializer, to DateTime object.
I know that there are some issues with DateTime Format casting, My question is what is the DateTime Format that i should write the Xml Element so once i deserialize it via XMLDeserializer i will not have any issues to cast to DateTime object
I would like to have answer like: {0:MM/dd/yy H:mm:ss zzz}
or any other Format that will definatelly work