Click or drag to resize

YearMonthDayDayOfWeek Property

Gets the day of the week represented by this instance.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DayOfWeek DayOfWeek { get; }

Return Value

Type: DayOfWeek
A DayOfWeek enumerated constant that indicates the day of the week. This property value ranges from zero, indicating Sunday, to six, indicating Saturday.
See Also