MVPSI.JAMS.Activities Namespace > Submit Class : ScheduleTime Property |
'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 Submit 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;}
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