Getting the Build Date from a .Net Version Number
If only the first two parts of the version number (major and minor version) are specified in the code and an asterisk is added for the others then the last two parts will be populated automatically: the third part (the build number) is the number of days since the beginning of 2000 and the fourth […]
continue reading Getting the Build Date from a .Net Version Number