Android.Widget.CalendarView Members

The members of Android.Widget.CalendarView are listed below.

See Also: Inherited members from Android.Widget.FrameLayout

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Datelong. Gets the selected date in milliseconds since January 1, 1970 00:00:00 in Java.Util.TimeZone.Default time zone.
DateTextAppearanceint. Gets the text appearance for the calendar dates.
FirstDayOfWeekint. Gets the first day of week.
FocusedMonthDateColorAndroid.Graphics.Color. Gets the color for the dates in the focused month.
MaxDatelong. 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.
MinDatelong. 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.
SelectedDateVerticalBarAndroid.Graphics.Drawables.Drawable. Gets the drawable for the vertical bar shown at the beginning and at the end of the selected date.
SelectedWeekBackgroundColorAndroid.Graphics.Color. Gets the background color for the selected week.
ShownWeekCountint. Gets the number of weeks to be shown.
ShowWeekNumberbool. Gets whether to show the week number.
UnfocusedMonthDateColorAndroid.Graphics.Color. Gets the color for the dates in a not focused month.
WeekDayTextAppearanceint. Gets the text appearance for the week day abbreviation of the calendar header.
WeekNumberColorAndroid.Graphics.Color. Gets the color for the week numbers.
WeekSeparatorLineColorAndroid.Graphics.Color. Gets the color for the separator line between weeks.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

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.

Public Events

DateChangeDocumentation for this section has not yet been entered.