Méthode | Description | |
---|---|---|
After ( System.DateTime ts ) : |
Create a new filter to select commits After a given date/time.
|
|
Before ( System.DateTime ts ) : |
Create a new filter to select commits before a given date/time.
|
|
Between ( System.DateTime since, System.DateTime until ) : |
Create a new filter to select commits after or equal a given date/time
|
|
Clone ( ) : |
||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
CommitTimeRevFilter ( long ts ) : System |
public static After ( System.DateTime ts ) : |
||
ts | System.DateTime | the point in time to cut on. |
Résultat |
public static Before ( System.DateTime ts ) : |
||
ts | System.DateTime | the point in time to cut on. |
Résultat |
public static Between ( System.DateTime since, System.DateTime until ) : |
||
since | System.DateTime | the point in time to cut on. |
until | System.DateTime | the point in time to cut off. |
Résultat |