Touchstone 11.0 API Reference
JobScheduledTime Property (ImportOptionsFlatFileBase)


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace > ImportOptionsFlatFileBase Class : JobScheduledTime Property
(Optional) Contains the date and time at which you want to schedule Touchstone® to run this data import job. Touchstone runs this scheduled job as soon as possible after the date and time that you specify.
Syntax
Public Property JobScheduledTime As Nullable(Of Date)
Dim instance As ImportOptionsFlatFileBase
Dim value As Nullable(Of Date)
 
instance.JobScheduledTime = value
 
value = instance.JobScheduledTime
public Nullable<DateTime> JobScheduledTime {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImportOptionsFlatFileBase Class
ImportOptionsFlatFileBase Members