[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

A list of DateTime values that represent already scheduled appointments

Namespace:  MKB.TimePicker
Assembly:  TimePicker (in TimePicker.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public List<DateTime> AppointmentList { get; set; }
Public Property AppointmentList As List(Of DateTime)
public:
property List<DateTime>^ AppointmentList {
	List<DateTime>^ get ();
	void set (List<DateTime>^ value);
}

See Also