Appointment Methods |
The Appointment type exposes the following members.
Name | Description | |
---|---|---|
![]() | CancelAppointment |
Cancels the appointment.
|
![]() | CancelAppointment(Int32) |
Cancels the appointment.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetAppointmentHtml |
Gets the calendar HTML.
|
![]() | GetAppointmentText |
Gets the calendar text.
|
![]() | GetAppointmentText(AppointmentFormattingOptions) |
Gets the calendar text.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | Load(Stream) |
Loads Appointment from the stream
|
![]() ![]() | Load(String) |
Loads Appointment from the file.
Supported file formats: iCalendar
|
![]() ![]() | Load(Stream, AppointmentLoadOptions) |
Loads Appointment from the stream
|
![]() ![]() | Load(Stream, Boolean) |
Loads Appointment from the stream
|
![]() ![]() | Load(String, AppointmentLoadOptions) |
Loads Appointment from the file.
Supported file formats: iCalendar
A file path.Represents appointment load optionsAppointmentLoadOptions. Return ValueType:A read Appointment. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RequestApointment |
Requests the apointment.
|
![]() | RequestApointment(Int32) |
Requests the apointment.
|
![]() | ResetTimeZone |
Set local time zone
|
![]() | Save(Stream) |
Saves appointment to the file with iCalendar format using te default save options
|
![]() | Save(String) |
Saves appointment to the file with iCalendar format using te default save options
|
![]() | Save(Stream, AppointmentSaveFormat) |
Saves appointment to the stream with specified format using te default save options
|
![]() | Save(Stream, AppointmentSaveOptions) |
Saves appointment to the stream with specified save options
|
![]() | Save(String, AppointmentSaveFormat) |
Saves appointment to the file with specified format using te default save options
|
![]() | Save(String, AppointmentSaveOptions) |
Saves appointment to the file with specified save options
|
![]() | SetTimeZone |
Set time zone
|
![]() | ToString | (Inherited from Object.) |
![]() | UpdateAppointment |
Updates the appointment.
|
![]() | UpdateAppointment(Int32) |
Updates the appointment.
|