AppointmentsCollectionGetAppointments Method

Get list of appointments run over the specified day

Definition

Namespace: BeeMobile.MonthCalendar
Assembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
C#
public List<Appointment> GetAppointments(
	DateTime date
)

Parameters

date  DateTime
DateTimeDate for which Appointments should be returned

Return Value

ListAppointment
List of appointments. If return null doesn't exist any appointment for specified day.

See Also