The DateAppointments type exposes the following members.

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