I have a Time column in a database table. The date is not important, we just want a time in the day. What type would be best to represent it in C#? I was going to use a Date
You could use a TimeSpan structure to represent a time in .NET.