Actuate Information Delivery API data types : Weekly
 
Weekly
A complex data type describing weekly job scheduling.
Schema
<xsd:complexType name="Weekly">
<xsd:sequence>
<xsd:element name="FrequencyInWeeks" type="xsd:long" />
<xsd:element name="RunOn" type="xsd:string" />
<xsd:element name="OnceADay" type="xsd:string"
minOccurs="0"/>
<xsd:element name="Repeat" type="typens:Repeat"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
FrequencyInWeeks
The number of times a job is to run, in weeks.
RunOn
The day to run the job.
OnceADay
The time to run the job.
Repeat
The number of times to repeat the schedule.