[]
        
(Showing Draft Content)

C1.C1Schedule.Printing.DateAppointments

DateAppointments Class

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.

Inheritance
DateAppointments
Namespace: C1.C1Schedule.Printing
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class DateAppointments

Constructors

Name Description
DateAppointments(DateTime)

Initializes a new instance of the DateAppointments class.

Properties

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.

Methods

Name Description
AddAppointment(Appointment)

Adds a new Appointment object to the current day.