Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Issue Filter, How I use date filter by between date

api

Issue Filter, How I use create date, revised date, start date, due date filter by between date.

IssuesFilterEN filter = new IssuesFilterEN();
filter.ProjectID = "47";
filter.UserID = _proxy.GetUser(User.Identity.Name).UserID;
filter.SortField = "IssueID";
filter.SortOrder = GeminiConstant.SortDirection.Descending;
filter.DateCreated = Hear are filter date between

Thank,
June

Punchai
· 1
Punchai
Replies (2)
helpful
0
not helpful

Not possible at the moment, will be in 4.0.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful
ANSWER

You can use CreatedAfter and CreatedBefore to do this.


Saar Cohen
· 5000
Saar Cohen