DayOfWeek Enumeration

Contains values you can use to specify the day of the week.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

[SerializableAttribute]
public enum DayOfWeek

Members

  Member name Description
Friday A value that indicates Friday.
Monday A value that indicates Monday.
Saturday A value that indicates Saturday.
Sunday A value that indicates Sunday.
Thursday A value that indicates Thursday
Tuesday A value that indicates Tuesday.
Wednesday A value that indicates Wednesday.

Remarks

The DayOfWeek enumeration represents the day of the week in calendars that have seven days per week. This enumeration contains values ranging from 0 (indicating Sunday) to 6 (indicating Saturday).

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

System Namespace