In my application, I have lot of date math that should be done.

which is the best way to go about date math. I heard date math in c# is pretty complicated. some one suggested to import vb.net's date name space and use them in stead of c#. If that is a best route to go about for date math in c#, how can I import vb.net's system.date name space?

any suggestion?

thanks

nath