Load

Load (1 of 5)

Loads Appointment from the stream

Returns: A read Appointment

Load(System::SharedPtr < System::IO::Stream > stream)
ParameterDescription
streamA 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)
ParameterDescription
streamA stream to load from
applyLocalTimeZoneConvert 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)
ParameterDescription
streamA stream to load from
optionsRepresents appointment load options

Load (4 of 5)

Loads Appointment from the file. Supported file formats: iCalendar

Returns: A read Appointment

Load(System::String filePath)
ParameterDescription
filePathA 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)
ParameterDescription
filePathA file path.
optionsRepresents appointment load options AppointmentLoadOptions .