Property | Type | Description | |
---|---|---|---|
EndDate | DateTime? | ||
Sprint | Sprint | ||
StartDate | DateTime? |
Method | Description | |
---|---|---|
GetQuery ( ISession session ) : ICriteria |
Query timeregistrations (between the given start and enddate for the given sprint) One of Sprint/StartDate/EndDate needs to be set.
|
public GetQuery ( ISession session ) : ICriteria | ||
session | ISession | The session. |
return | ICriteria |