Adds a new Appointment object to the current day.
Namespace:
C1.C1Schedule.PrintingAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public void AddAppointment( Appointment appointment ) |
Visual Basic (Declaration) |
---|
Public Sub AddAppointment ( _ appointment As Appointment _ ) |
Parameters
- appointment
- Type: C1.C1Schedule..::..Appointment
The Appointment object to add.
Remarks
The specified Appointment object will be added
only if some part of the appointment falls on the current day.