Hi,
i would like to get a list of jobs filtered (among other things) by date using C# API.
(for example from the last 30 days)
if anyone can help,
thanks in advanced.
Ben
The answer to your previous question applies here: http://social.microsoft.com/Forums/is/windowshpcdevs/thread/80a7d082-c94e-4b60-aaf8-4ef1b7acec1e
All that needs to be done is to change the "FilterProperty" to filter by date.
Further filtering and sorting examples can be found here: http://msdn.microsoft.com/en-us/library/cc853433(VS.85).aspx
d
got it!
thanks.