I have created a smalldatetime field. I am using a dbml file to access that field. Can I either in the dbml file or the db cut the date part out of the datetime and only leave the time with out having to effect anything else (such as having to change types for example)
Share
No. A
datetimealways has adatecomponent. You would need to use thetimedatatype.Before this existed a lot of people just use a date of 0 (1st January 1900) when they were only interested in storing times.