Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi Experts,


I have one Stores.dbml file in my application.
this having 10 table designs.

for one of table having field "end_time"
The properties are as follwos
Type: DateTime (System.DateTime)
Server Data Type : DateTime

end_time field in database is of DateTime.

If i want to change DateTime to SmallDateTime in application ( not in database)
where i need to modify??

Please Help me.

Thanks in Advance.
Posted

1 solution

Hi,

Type your date time with "d", And you need to typecast datetime after retrival from the DB. Refer the below link for more information.

http://msdn.microsoft.com/en-us/library/az4se3k1.aspx[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900