What does DateTimeStyles.RoundtripKind enumeration mean?
问题 I was reading into answerer's post here where I ran into this enumerator DateTimeStyles.RoundtripKind which I'm trying to understand. I looked into MSDN here which says: The DateTimeKind field of a date is preserved when a DateTime object is converted to a string using the "o" or "r" standard format specifier, and the string is then converted back to a DateTime object. The timestamp in the input in the post I referred is like this: <timestamp time='2016-09-16T13:45:30'> I ran her code and it