Skip to main content

OutlookHolidaysLoader.FromStream(Stream) Method

Loads holidays from the specified stream.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public HolidayBaseCollection FromStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream containing holidays as they are represented for MS Outlook.

Returns

Type Description
HolidayBaseCollection

A HolidayBaseCollection collection containing holidays imported from MS Outlook.

See Also