Question : working with dreaded time values in vb.net

Hi. I am working at a project which involves times values.

There is this database that stores Time`s data type. I have a form with a control datetimepicker.


what I need is the following:

To compare the value stored in the database in a Time column versus the value stored in the datetimepicker control.

I am working ONLY with hours (HH:mm:ss). The problem is that almost every solution that I`ve found in the Internet shows only how to get rid of the time values  when working with datetime types. I haven`t found any that explains how to get the difference of minutes, or seconds, or hours that exist in two different times.

Any one?

Answer : working with dreaded time values in vb.net

Yes...if you set the dates the same first then the subtraction will give you a TimeSpan that represents just the time difference.
Random Solutions  
 
programming4us programming4us