_TableView.GoToDate Method

Changes the date used by the current view to display information.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Sub GoToDate ( _
    Date As DateTime _
)
'Usage
Dim instance As _TableView
Dim Date As DateTime

instance.GoToDate(Date)
[DispIdAttribute()]
void GoToDate(
    DateTime Date
)

Parameters

See Also

Reference

_TableView Interface

_TableView Members

Microsoft.Office.Interop.Outlook Namespace