Scheduler for WinRT
DeleteAppointment(Appointment) Method


The C1.C1Schedule.Appointment to delete.
Deletes the specified appointment.
Syntax
'Declaration
 
Public Overloads Sub DeleteAppointment( _
   ByVal appointment As Appointment _
) 
'Usage
 
Dim instance As C1Scheduler
Dim appointment As Appointment
 
instance.DeleteAppointment(appointment)
public void DeleteAppointment( 
   Appointment appointment
)

Parameters

appointment
The C1.C1Schedule.Appointment to delete.
Remarks
This method implements the DeleteAppointmentCommand command.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Scheduler Class
C1Scheduler Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.