GregorianDateDayOfWeek 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.2.419.0 (24.2.419.0)
Syntax public DayOfWeek DayOfWeek { get; }
Public ReadOnly Property DayOfWeek As DayOfWeek
Get
public:
property DayOfWeek DayOfWeek {
DayOfWeek get ();
}
member DayOfWeek : DayOfWeek with get
Return Value
Type:
DayOfWeek
A
DayOfWeek value that indicates the day
of the week. This property value ranges from zero, indicating Sunday, to six,
indicating Saturday.
See Also