Platform SDK: Performance Monitoring

SystemMonitor.LogViewStart

Retrieves or sets the starting date and time for data displayed in a view. This is a read/write property.

Public Property LogViewStart( ) as Date

Remarks

The value you set the LogViewStart property to must be of a Date type. Refer to the Microsoft Visual Basic 6.0 Language Reference, Appendix B, for a description of this type.

If this property is set to a Date value earlier than the first date and time contained in the log file, the control resets the first date and time value of the displayed data to the first date and time value in the log file.

Return Values

A value specifying the starting date and time for the data being displayed in the view.

Example

Graph1.LogViewStart=#9/12/97 2:25:00 PM#

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Smonctrl.odl.

See Also

System Monitor Automation Interface Overview, System Monitor Automation Interface Properties