Skip to main content

OutlookHolidaysLoader.ExtractLocations(String) 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(
    string fileName
)

Parameters

Name Type Description
fileName String

A string representing the location of the file containing holidays in MS Outlook format.

Returns

Type Description
String[]

An array of strings containing location names.

See Also