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

Weekday Enum

Lists the days of week.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[Flags]
public enum Weekday

Members

Name Description
None

Weekday is not specified.

Sunday

Identifies Sunday.

Monday

Identifies Monday.

Tuesday

Identifies Tuesday.

Wednesday

Identifies Wednesday.

Thursday

Identifies Thursday.

Friday

Identifies Friday.

Saturday

Identifies Saturday.

Related API Members

The following properties accept/return Weekday values:

Library Related API Members
Cross-Platform Class Library WorkdaysOptions.Workdays
WorkTimeRule.Weekdays
WinForms Controls WorkdaysOptionsModel.Workdays

Remarks

An object of the Weekday type is returned by the WorkdaysOptions.Workdays property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Weekday enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also