mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 10:55:53 +00:00
Unix Timestamp helper
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// The week of commits
|
||||
/// </summary>
|
||||
public int Week { get; set; }
|
||||
public long Week { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Get the number of commits made on any <see cref="DayOfWeek"/>
|
||||
|
||||
Reference in New Issue
Block a user