The DateAppointments class represents the single calendar day with the List<(Of <(<'T>)>)> list of appointments. It is an auxiliary class for use in C1PrintDocument scripts.

Namespace:  C1.C1Schedule.Printing
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class DateAppointments
Visual Basic (Declaration)
Public Class DateAppointments

Inheritance Hierarchy

System..::..Object
  C1.C1Schedule.Printing..::..DateAppointments

See Also