Skip to main content
A newer version of this page is available. .

OutlookHolidaysLoader.FromStream(Stream, String[]) Method

Loads holidays for specified locations from the specified stream.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v18.2.dll

Declaration

public HolidayBaseCollection FromStream(
    Stream stream,
    string[] locations
)

Parameters

Name Type Description
stream Stream

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

locations String[]

An array of strings containing location names.

Returns

Type Description
HolidayBaseCollection

A HolidayBaseCollection collection containing holidays imported from MS Outlook.

See Also