How does one use the SQL time datatype introduced in SQL Server 2008 in C#.NET?
time
I\'ve been trying to get it to work but no success.
I think you can use TimeSpan datatype for your purpose. Here is an article that explains the use of Time datatype in ADO.NET.
TimeSpan
Time