_BusinessCardView.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 _BusinessCardView
Dim Date As DateTime
instance.GoToDate(Date)
[DispIdAttribute()]
void GoToDate(
DateTime Date
)
Parameters
Date
Type: System.DateTimeThe date to which the view should be changed.