Java.Util.Calendar.Date Field
Field number for get and set indicating the day of the month.

Value: 5

Syntax

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

See Also

Calendar.DayOfMonth

Remarks

Field number for get and set indicating the day of the month. This is a synonym for DAY_OF_MONTH. The first day of the month has value 1.

[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