Microsoft
Software
Hardware
Network
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
Invalid object reference error
C# sharing variables or data between different classes
VB.NET Setup Installing App Files Without Asking What Folder to Install
EtherChannel on Cisco 2960 switch intermittent dropped packet
Gmail Like File Upload
accessing exchange 2003 through an iphone
Delivery not authorized, message refused. 550-5.7.1 Message targeted to organization's federated delivery mailbox.
VMware ESXI help
SBS2003 - Exchange - Cannot open shared mailbox
how to hide/ view columns in a gridview using checkboxes in CustomEditorpart in sharepoint