Represents a calenday day control.
Definition
public class CalendarDay : TextView
Summary
The following table summarizes the members exposed in this class.
Public Constructors
CalendarDay Constructor(Context) | Initializes a new instance of the CalendarDay class. |
CalendarDay Constructor(Context, IAttributeSet) | Initializes a new instance of the CalendarDay class. |
CalendarDay Constructor(Context, IAttributeSet, int) | Initializes a new instance of the CalendarDay class. |
Protected Constructors
CalendarDay Constructor(IntPtr, JniHandleOwnership) | Initializes the CalendarDay class. |
Public Constructors
public CalendarDay(Context context)
Initializes a new instance of the CalendarDay class.
Parameters
context | The context. |
public CalendarDay(Context context, IAttributeSet attrs)
Initializes a new instance of the CalendarDay class.
Parameters
context | The context. |
attrs | The attributes. |
public CalendarDay(Context context, IAttributeSet attrs, int defStyle)
Initializes a new instance of the CalendarDay class.
Parameters
context | The context. |
attrs | The attributes. |
defStyle | The style. |
Protected Constructors
protected CalendarDay(IntPtr javaReference, JniHandleOwnership transfer)
Initializes the CalendarDay class.
Parameters
javaReference | The java reference. |
transfer | The jni handle ownership. |