Whats the equal to the VB Now function

  • Thread starter Thread starter moondaddy
  • Start date Start date
M

moondaddy

I'm writing and app in c#2.0 (converting from vb) and would like to know
what I should replace the vb Now function with.

Thanks.
 
I'm writing and app in c#2.0 (converting from vb) and would like to know
what I should replace the vb Now function with.

Thanks.

DateTime.Now()

Thanks,

Seth Rowe
 
moondaddy said:
I'm writing and app in c#2.0 (converting from vb) and would like to know
what I should replace the vb Now function with.

Look at DateTime.Now and DateTime.UtcNow.
 
that's hilarious


why in the hell would you rewrite something that works already?
you must work at Microsoft; they don't actually have to hit deadlines
or accomplish anything..

just sit around wasting time; rewriting Excel VBA into C#

ROFL


..NET SUCKS and C# was never invented!!
 
Obviously you have even more time to waste by showing the world how stupid
you are by writing these types of responses.

Congratulations!

You just gave a new meaning to Idiot.
 
PFC Sadr said:
that's hilarious


why in the hell would you rewrite something that works already?

I'm surprised your Commodore 64 connects to the internet.
you must work at Microsoft; they don't actually have to hit deadlines
or accomplish anything..

is that the secret to becoming a billionaire?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top