Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _CardView
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.