How to add 2 Time Selector

0

With the Substract() method you get the difference of 2 TimeSelector , now I would like to know how to find the sum.

if the difference is like this:

Dim diferencia As TimeSpan = horaFin.Subtract(horaInicio)

What I'm looking for is to add the two values, something like for example:

Dim suma As TimeSpan = horaInicio + horaFin
    
asked by yulfredy rodriguez 07.06.2017 в 04:05
source

0 answers