OutlookHolidaysLoader.FromStream(Stream) Method
Loads holidays from the specified stream.
Namespace: DevExpress.Schedule
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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