KaxSchedulerCreateAppointment Method |
Creates a new appointment instance.
This method is used internally by KaxScheduler and can be used by custom appointment providers.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual Appointment CreateAppointment()
Public Overridable Function CreateAppointment As Appointment
public:
virtual Appointment^ CreateAppointment()
abstract CreateAppointment : unit -> Appointment
override CreateAppointment : unit -> Appointment
Return Value
Type:
AppointmentImplements
IAppointmentFactoryCreateAppointment
See Also