The DateAppointments type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DateAppointments |
Initializes a new instance of the DateAppointments class.
|
Methods
Name | Description | |
---|---|---|
![]() | AddAppointment |
Adds a new Appointment object to the current day.
|
Properties
Name | Description | |
---|---|---|
![]() | Appointments |
Gets the List<(Of <(<'T>)>)> list of all appointments for the represented day.
|
![]() | BusyStatus |
Returns availability status of the current day.
|
![]() | Date |
Gets the DateTime value determining the represented date.
|
![]() | HasAppointments |
Returns true if current day contains one or more appointments.
|