Load
Contents
[
Hide
]Load (1 of 5)
Loads Appointment from the stream
Returns: A read Appointment
Load(System::SharedPtr < System::IO::Stream > stream)
| Parameter | Description |
|---|---|
| stream | A stream to load from |
Load (2 of 5)
Loads Appointment from the stream
Returns: A read Appointment
Load(System::SharedPtr < System::IO::Stream > stream, bool applyLocalTimeZone)
| Parameter | Description |
|---|---|
| stream | A stream to load from |
| applyLocalTimeZone | Convert time to local timezone |
Load (3 of 5)
Loads Appointment from the stream
Returns: A read Appointment
Load(System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < AppointmentLoadOptions > options)
| Parameter | Description |
|---|---|
| stream | A stream to load from |
| options | Represents appointment load options |
Load (4 of 5)
Loads Appointment from the file. Supported file formats: iCalendar
Returns: A read Appointment
Load(System::String filePath)
| Parameter | Description |
|---|---|
| filePath | A file path |
Load (5 of 5)
Loads Appointment from the file. Supported file formats: iCalendar
Returns: A read Appointment .
Load(System::String filePath, System::SharedPtr < AppointmentLoadOptions > options)
| Parameter | Description |
|---|---|
| filePath | A file path. |
| options | Represents appointment load options AppointmentLoadOptions . |