Welcome to the Jazz Community Forum
How to use Date range in RTC Expressions for Automation

Hello All,
I have a usecase wherein we need to use the RTC expressions and query all the workitems whose resolution date is in the range of start date and end dates.
I have found this : https://rsjazz.wordpress.com/2012/11/19/using-expressions-for-automation/
https://jazz.net/wiki/bin/view/Main/QueryDevGuide
However in the sample code the Term has Operator.AND and Operator.OR:
Term typeinProjectArea= new Term(Term.Operator.AND);
typeinProjectArea.add(inProjectArea);
typeinProjectArea.add(isType);
Is there any way I can get Something like "BETWEEN" ? So that I can pass this start and end dates to the expression.
Or is there any way that for the attribute "resolution date", I can use a "between" operator ?
Request your assistance.
Thanks