Hi there,
I am playing with the API but so far I don't seem to be able to run the following jobs:
Monthly - I'd like to run a job to run on the 8th of every month
Weekly - I'd like a job to run every Monday, Tuesday, Wednesday, Thursday, Friday every week.
For my weekly job the following code adds the job but I don't know yet how to specify which days to run on:
Dim trClass As TriggerClass = jClass.AddTrigger(TimeClass.TimeTriggerT.Interval)
trClass.TTime.InitDate = vcDateTime
trClass.TTime.IntervalType = TimeClass.IntervalT.SpecificDaysOfTheWeek
trClass.TTime.SpecificType = TimeClass.SpecificT.Days
Edited by user
2010-05-13T22:18:39Z
|
Reason: Not specified