 | TaskRunTimesControlStartDate Property |
Gets or sets the start date.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic DateTime StartDate { get; set; }
Public Property StartDate As DateTime
Get
Set
public:
property DateTime StartDate {
DateTime get ();
void set (DateTime value);
}
Request Example
View SourceProperty Value
Type:
DateTimeThe start date.
See Also