Click or drag to resize
DateTimeDayOfWeek Property
Gets the day of the week represented by this instance.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public DayOfWeek DayOfWeek { get; }

Return Value

Type: DayOfWeek
An enumerated constant that indicates the day of the week of this DateTime value.
See Also