DateTimeDayOfWeek Property |
Gets the day of the week represented by this instance.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public DayOfWeek DayOfWeek { get; }
Return Value
Type:
DayOfWeekAn enumerated constant that indicates the day of the week of this
DateTime value.
See Also