Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
TaskRunTimesControl Class
TaskRunTimesControl Properties
EndDate Property
StartDate Property
Task Property
Task
Run
Times
Control
End
Date Property
Gets or sets the end date.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
Copy
public
DateTime
EndDate
{
get
;
set
; }
Request Example
View Source
Property Value
DateTime
The end date.
See Also
Reference
TaskRunTimesControl Class
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.