[]
The DateAppointments class represents the single calendar day with the List<T> list of appointments. It is an auxiliary class for use in C1PrintDocument scripts.
public class DateAppointments
| Name | Description |
|---|---|
| DateAppointments(DateTime) | Initializes a new instance of the DateAppointments class. |
| Name | Description |
|---|---|
| Appointments | Gets the List<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. |
| Name | Description |
|---|---|
| AddAppointment(Appointment) | Adds a new Appointment object to the current day. |