Well there really isn't a "just time" object.
There is the DateTime object and the TimeSpan object.
You could create a DateTime object and then just ignore the date part if you wanted?
If you use a datetime object and only pass in the date DateTime.Today etc
to any object that uses a datetime object, the time will be set to 12:00:00 AM. This includes SQL Server.
Comment