AppointmentsCollectionGetAppointments Method
Get list of appointments run over the specified day
Namespace: BeeMobile.MonthCalendarAssembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
public List<Appointment> GetAppointments(
DateTime date
)
Public Function GetAppointments (
date As DateTime
) As List(Of Appointment)
- date DateTime
- DateTimeDate for which Appointments should be returned
ListAppointmentList of appointments. If return null doesn't exist any appointment for specified day.