in order to get list of change in specific period we use the command change
p4 changes @2001/04/01,@now
i am using the p4api.net to get this list of changes so i have to use :
P4Command cm1 = new P4Command(ps, "changes", true, String.Format("{0}", deppath1));
but the problem how can i specify the two options , i tried that and its not working
please help me,
for more help understand what i am looking for
How to find changelists submitted in the last week for a particular user using Perforce?