Hello, I will try to be as explicit as I can.
I have a gallery, with three labels: name, end date and initial date, both dates are (dd/mm/yyyy hh:mm). What I am trying to do is when I filter by name, get the total duration of all the records that are display. kind of end date 1 less initial date 1, and add it to the next result and so on. Also the result I am trying to get it in both just hours (hh:mm) and float value, say 1:30 would be 1.5.
I found that TimeValue(Label.Text) gives me the hour, but when I use it in an operation that should reult in "1:40", gives me 6000000
Any help or suggestions on how to do it would be great, thanks!