DateWithZone.DayOfWeek PropertyDateWithZone.DayOfWeek PropertyDateWithZone::DayOfWeek Property

Gets the day of the week.

Syntax

Public ReadOnly Property DayOfWeek As DayOfWeek
        Get
public DayOfWeek DayOfWeek { get; }
public:
property DayOfWeek DayOfWeek {
    DayOfWeek get();
}
 

Property Value

Type: System.DayOfWeekSystem.DayOfWeekSystem::DayOfWeek

An enumerated constant that indicates the day of the week of this DateTime value.