I have this code:
Dim count As TimeSpan = TimeSpan.Zero
For i = 0 To Lsv1.Items.Count - 1
count.Add(TimeSpan.Parse(Lsv1.Items(i).SubItems(3).Text))
Next
textbox1.text = count.ToString("hh:mm:ss")
I keep getting this error: System.FormatException: 'Input string was not in a correct format.' Any assistance to count the time values in a listview