Home All Groups Group Topic Archive Search About

DateTime without time instance

Author
27 Jun 2006 6:01 AM
pranesh.nayak@gmail.com
Hello group,

I'm calling Java webservice from c#.Net client which accepts only date
without time instance. The type of variable should be DateTime. I think
c# doesn't support shortdate type. Please let me know if anybody has
already come across this problem.

Author
27 Jun 2006 10:55 AM
Kevin Spencer
You'll have to find out more about this Java data type. The System.DateTime
data type is the only DateTime data type in the CLR. It will always contain
time data, although that data may be 0. It may in fact be possible that the
..Net DateTime data type will work fine with this remote system.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

Big thicks are made up of lots of little thins.


<pranesh.na***@gmail.com> wrote in message
Show quote
news:1151388116.293588.267750@m73g2000cwd.googlegroups.com...
> Hello group,
>
> I'm calling Java webservice from c#.Net client which accepts only date
> without time instance. The type of variable should be DateTime. I think
> c# doesn't support shortdate type. Please let me know if anybody has
> already come across this problem.
>

AddThis Social Bookmark Button