Gets the List<(Of <(<'T>)>)> list of all appointments for the represented day.

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

Syntax

C#
public List<Appointment> Appointments { get; }
Visual Basic (Declaration)
Public ReadOnly Property Appointments As List(Of Appointment)
	Get

See Also