dbicDayView Send comments on this topic.
GetAppointment Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentCollection Class : GetAppointment Method

dtDate
The date to check for appointments.
** Method has been deprecated, it will no longer return values. Please use a for..each loop to select appointments from a date. See examples below**

Syntax

Visual Basic (Declaration) 
Public Function GetAppointment( _
   ByVal dtDate As Date _
) As dbiAppointmentItem
C# 
public dbiAppointmentItem GetAppointment( 
   DateTime dtDate
)

Parameters

dtDate
The date to check for appointments.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also