DateTime without time instance

  • Thread starter Thread starter pranesh.nayak
  • Start date Start date
P

pranesh.nayak

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.
 
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.
 
Back
Top