AppointmentLoad Method |
| Name | Description | |
|---|---|---|
| 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. |