The DateAppointments type exposes the following members.

Constructors

  NameDescription
Public methodDateAppointments
Initializes a new instance of the DateAppointments class.

Methods

  NameDescription
Public methodAddAppointment
Adds a new Appointment object to the current day.

Properties

  NameDescription
Public propertyAppointments
Gets the List<(Of <(<'T>)>)> list of all appointments for the represented day.
Public propertyBusyStatus
Returns availability status of the current day.
Public propertyDate
Gets the DateTime value determining the represented date.
Public propertyHasAppointments
Returns true if current day contains one or more appointments.

See Also