Skip to content

Latest commit

 

History

History
94 lines (55 loc) · 1.94 KB

File metadata and controls

94 lines (55 loc) · 1.94 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
SystemMonitor.GetLogViewRange method
Retrieves the starting date used to retrieve counter values from the log files.
c74c3a5b-d2ec-43d8-b715-e399f42e8ae5
GetLogViewRange method SysMon
GetLogViewRange method SysMon , SystemMonitor object
SystemMonitor object SysMon , GetLogViewRange method
apiref
SystemMonitor.GetLogViewRange
Sysmon.ocx
COM
reference
05/31/2018

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