API Reference
Class
GitHubDailyContrib
Daily contribution entry for the dashboard.
Inheritance
- Object
- GitHubDailyContrib
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GitHubContribData.DailyContributions
Accepted by parameters
- Constructor GitHubContribData.GitHubContribData
Constructors
public GitHubDailyContrib(DateTime date, Int32 count, String color) #Initializes a daily contribution record.
Parameters
- date System.DateTime
- count System.Int32
- color System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object