I\'m using a DateTime in C# to display times. What date portion does everyone use when constructing a time?
DateTime
E.g. the following is not valid because ther
A TimeSpan most certainly can store the time of the day - you just have to treat the value as the amount of time elapsed since midnight, basically the same way we read a clock.