Click or drag to resize
Task Scheduler Managed Class Library

EventQueryCQueryCTimeCreated(TimeSpan) 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(
	TimeSpan last
)
Request Example View Source

Parameters

last  TimeSpan
The last.
See Also