EventQuery(String, Int32, NullableDateTime, NullableDateTime) Constructor
Initializes a new instance of the
EventQuery class.
Namespace: Microsoft.Win32.TaskScheduler.EventsAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
public EventQuery(
string path,
int[] eventIDs = null,
DateTime? startTime = null,
DateTime? endTime = null
)
Parameters
- path String
- The path.
- eventIDs Int32 (Optional)
- The event ids.
- startTime NullableDateTime (Optional)
- The start time.
- endTime NullableDateTime (Optional)
- The end time.