Divide timespan by 2?
I have two times, and their values are picked up from a XML from web. XElement xmlWdata = XElement.Parse(e.Result); string SunRise = xmlWdata.Element("sun").Attribute("rise").Value; string SunSet =