I'm reading data from an excel file. The user can specify the time in one of the following formats:
- 1600
- 16:00
In the latter case, I can easily convert it to a timespan. How do I convert the first format to timespan? Is there a straightforward way than manipulating the string to convert to the latter and do it?