JAMS Developer Guide
ScheduleTime Property (SubmitEntry)


MVPSI.JAMS.Activities Namespace > SubmitEntry Class : ScheduleTime Property
The time this Job should be submitted to run at. The default is immediately unless the definition has an additional constraint such as a Submit Window.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("The time this Job should be submitted to run at. The default is immediately unless the definition specifies a Schedule Window.")>
<System.ComponentModel.CategoryAttribute("Submit Schedule")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property ScheduleTime As System.Nullable(Of TimeOfDay)
'Usage
 
Dim instance As SubmitEntry
Dim value As System.Nullable(Of TimeOfDay)
 
instance.ScheduleTime = value
 
value = instance.ScheduleTime
[System.ComponentModel.Description("The time this Job should be submitted to run at. The default is immediately unless the definition specifies a Schedule Window.")]
[System.ComponentModel.Category("Submit Schedule")]
[System.ComponentModel.DefaultValue()]
public System.Nullable<TimeOfDay> ScheduleTime {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

SubmitEntry Class
SubmitEntry Members