Method | Description | |
---|---|---|
GetBuildDate ( ) : System.DateTime |
Gets the date of this build of Skybrud.Social.
|
|
GetBuildNumber ( ) : int |
Gets the build number of the day. This is mostly used for internal purposes to distinguish builds with the same assembly version.
|
|
GetDaysSinceStart ( ) : int |
Gets the amount of days between the date of this build and the date the project was started - that is the 30th of July, 2012.
|
|
GetFileVersion ( ) : string |
Gets the file version as a string.
|
|
GetVersion ( ) : string |
Gets the assembly version as a string.
|
public static GetBuildDate ( ) : System.DateTime | ||
return | System.DateTime |