The members of Android.Widget.CalendarView are listed below.
See Also: Inherited members from Android.Widget.FrameLayout
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Date | long. Gets the selected date in milliseconds since January 1, 1970 00:00:00 in Java.Util.TimeZone.Default time zone. | |
DateTextAppearance | int. Gets the text appearance for the calendar dates. | |
FirstDayOfWeek | int. Gets the first day of week. | |
FocusedMonthDateColor | Android.Graphics.Color. Gets the color for the dates in the focused month. | |
MaxDate | long. Gets the maximal date supported by this Android.Widget.CalendarView in milliseconds since January 1, 1970 00:00:00 in Java.Util.TimeZone.Default time zone. | |
MinDate | long. Gets the minimal date supported by this Android.Widget.CalendarView in milliseconds since January 1, 1970 00:00:00 in Java.Util.TimeZone.Default time zone. | |
SelectedDateVerticalBar | Android.Graphics.Drawables.Drawable. Gets the drawable for the vertical bar shown at the beginning and at the end of the selected date. | |
SelectedWeekBackgroundColor | Android.Graphics.Color. Gets the background color for the selected week. | |
ShownWeekCount | int. Gets the number of weeks to be shown. | |
ShowWeekNumber | bool. Gets whether to show the week number. | |
UnfocusedMonthDateColor | Android.Graphics.Color. Gets the color for the dates in a not focused month. | |
WeekDayTextAppearance | int. Gets the text appearance for the week day abbreviation of the calendar header. | |
WeekNumberColor | Android.Graphics.Color. Gets the color for the week numbers. | |
WeekSeparatorLineColor | Android.Graphics.Color. Gets the color for the separator line between weeks. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
SetDate(long, bool, bool)Sets the selected date in milliseconds since January 1, 1970 00:00:00 in Java.Util.TimeZone.Default time zone. | ||
SetOnDateChangeListener(CalendarView.IOnDateChangeListener)Sets the listener to be notified upon selected date change. | ||
SetSelectedDateVerticalBar(int)Sets the drawable for the vertical bar shown at the beginning and at the end of the selected date. |
DateChange | Documentation for this section has not yet been entered. |