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

The amount of time in minutes the average appointment will last. Enables logic that will prevent overlapping of appointments.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int AppointmentLengthInMinutes { get; set; }
Public Property AppointmentLengthInMinutes As Integer
public:
property int AppointmentLengthInMinutes {
	int get ();
	void set (int value);
}

See Also