OutlookHolidaysLoader.FromStream(Stream, Encoding, String[]) Method
In This Article
Loads holidays for specified locations from the specified stream, using the specified encoding.
Namespace: DevExpress.Schedule
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
#Declaration
public HolidayBaseCollection FromStream(
Stream stream,
Encoding encoding,
string[] locations
)
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream containing holidays as they are represented for MS Outlook. |
encoding | Encoding | A Encoding class representing a character encoding. |
locations | String[] | An array of strings containing location names. |
#Returns
Type | Description |
---|---|
Holiday |
A Holiday |
See Also