How do I serialize / deserialize between (XML Schema) XSD:Duration from and to .NET TimeSpan? Apparently, there is no obvious way to do this like you could when dealing with DateTime object conversion to and from XSD:DateTime. With DateTime you can do something like so: 1: //Serialize DateTime object...