Task Scheduler Managed Class Library
C#
Show/Hide TOC
Event
Query
CQuery
CTime
Created(Nullable
Date
Time
, Nullable
Date
Time
) Constructor
Initializes a new instance of the
EventQuery
CQuery
CTimeCreated
class.
Definition
Namespace:
Microsoft.Win32.TaskScheduler.Events
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
CTimeCreated
(
DateTime
?
start
,
DateTime
?
end
)
Parameters
start
Nullable
DateTime
The start.
end
Nullable
DateTime
The end.
See Also
Reference
EventQuery
CQuery
CTimeCreated Class
EventQuery
CQuery
CTimeCreated Overload
Microsoft.Win32.TaskScheduler.Events Namespace
In This Article
Definition
See Also