Actuate Information Delivery API data types : AbsoluteDate
 
AbsoluteDate
A complex data type that describes a date and run options for a job.
Schema
<xsd:complexType name="AbsoluteDate">
<xsd:sequence>
<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
RunOn
The date that a job is scheduled to run.
OnceADay
The days a job is to be run.
Repeat
Repeats the job run during a set start and stop time.