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