Skip to main content

OutlookHolidaysLoader.ExtractLocations(Stream) Method

Retrieves locations for which holidays are present.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public string[] ExtractLocations(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream containing holidays, as they are specified for MS Outlook.

Returns

Type Description
String[]

An array of strings containing location names.

See Also