Parses a time string representing a time span.
A TimeSpan class representing the Itime string.
Format must be 00:00:00 representing hours, minutes and seconds. A fourth optional part may be added, representing milliseconds (ie. 00:00:00:00)
The following example returns the TimeSpan eqivalent of the time string.
string timeString = "13:45:00"; TimeSpan timeSpan = DateUtil.ParseTimeSpan(timeString);
DateUtil Class | Sitecore Namespace | DateUtil.ParseTimeSpan Overload List