SystemMonitor.GetLogViewRange method

Retrieves the starting date used to retrieve counter values from the log files.

Syntax

SystemMonitor.GetLogViewRange( _
  ByRef StartTime As Date, _
  ByRef StopTime As Date _
)

Parameters

StartTime [out]

Starting date used to retrieve counter values from the log files.

StopTime [out]

Ending date used to retrieve counter values from the log files.

Return value

This method does not return a value.

Remarks

SYSMON retrieves counter values from the log files that falls within the start and stop dates, inclusively.

Using this method is the same as accessing the SystemMonitor.LogViewStart and SystemMonitor.LogViewStop properties.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
DLL
Sysmon.ocx

See also

SystemMonitor

SystemMonitor.SetLogViewRange