#define DATE / preprocessor / Builddate

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Patrick

    #1

    #define DATE / preprocessor / Builddate

    Hi

    Is there a way to have a kind of #define Date method for the preprocessor,
    so I can for example set the builddate ... in away like this

    private DateTime builddate;
    builddate.Parse (#DATE);

    so the preprocessor inserts the Date and in my software I can read the
    builddtime trough that variable. Or are there any other ways?


Working...