How to get a list of jobs filtered by date using C# API ?
-
22 กุมภาพันธ์ 2555 8:51
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
ตอบทั้งหมด
-
24 กุมภาพันธ์ 2555 19:08
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
- ทำเครื่องหมายเป็นคำตอบโดย Ben.Alterzon 27 กุมภาพันธ์ 2555 16:30
-
27 กุมภาพันธ์ 2555 16:30
got it!
thanks.