Click or drag to resize
Task Scheduler Managed Class Library

EventQueryCQueryCTimeCreated(NullableDateTime, NullableDateTime) Constructor

Initializes a new instance of the EventQueryCQueryCTimeCreated class.

Namespace: Microsoft.Win32.TaskScheduler.Events
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
public CTimeCreated(
	DateTime? start,
	DateTime? end
)
Request Example View Source

Parameters

start  NullableDateTime
The start.
end  NullableDateTime
The end.
See Also