Edit

Share via


Day Enum

Definition

Specifies the day of the week.

C#
public enum Day
Inheritance

Fields

Name Value Description
Monday 0

The day Monday.

Tuesday 1

The day Tuesday.

Wednesday 2

The day Wednesday.

Thursday 3

The day Thursday.

Friday 4

The day Friday.

Saturday 5

The day Saturday.

Sunday 6

The day Sunday.

Default 7

A default day of the week specified by the application.

Remarks

This class is used by MonthCalendar.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9