Java.Util.Calendar.DayOfWeek Field
Field number for get and set indicating the day of the week.

Value: 7

Syntax

[Android.Runtime.Register("DAY_OF_WEEK")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarField enum directly instead of this field.")]
public const CalendarField DayOfWeek

See Also

Calendar.Sunday
Calendar.Monday
Calendar.Tuesday
Calendar.Wednesday
Calendar.Thursday
Calendar.Friday
Calendar.Saturday

Remarks

Field number for get and set indicating the day of the week. This field takes values SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, and SATURDAY.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1