Dear code gurus,

I remember that in C++ there were __DATE__ and __TIME__ macros using which I could write the most recent compilation date and time and output it in "About" box.

Is there something like this in C# that I could readily use?

Thank you for your help!