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
Use a TimeSpan, and make it UTC if you have TimeZone issues.