'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;}