Click or drag to resize

GregorianDate.DayOfWeek 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: 25.1.421.0 (25.1.421.0)
Syntax
public DayOfWeek DayOfWeek { 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