Hi All,
I am working on Communication Application between C# and Java.
I want to send DateTime in the Binary Form (As .Net understands) so that it can be read in the C# end with the Method DateTime.FromBinary((int64)date);
How can i convert it into this Format.
Any Help would be Highly Appreciated
Regards,
Aamir