C# Class Skybrud.Umbraco.GridData.GridUtils

Various utility methods for the grid.
Show file Open project: skybrud/Skybrud.Umbraco.GridData Class Usage Examples

Public Methods

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.

Method Details

GetBuildDate() public static method

Gets the date of this build of Skybrud.Social.
public static GetBuildDate ( ) : System.DateTime
return System.DateTime

GetBuildNumber() public static method

Gets the build number of the day. This is mostly used for internal purposes to distinguish builds with the same assembly version.
public static GetBuildNumber ( ) : int
return int

GetDaysSinceStart() public static method

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.
public static GetDaysSinceStart ( ) : int
return int

GetFileVersion() public static method

Gets the file version as a string.
public static GetFileVersion ( ) : string
return string

GetVersion() public static method

Gets the assembly version as a string.
public static GetVersion ( ) : string
return string