Property | Type | Description | |
---|---|---|---|
CurrentMonthYear | System.DateTime | ||
IsDayMarkedDelegate | IsDayMarked | ||
MarkedDay | ICollection |
||
MonthChanged | DateSelected | ||
OnDateSelected | DateSelected | ||
OnFinishedDateSelection | DateSelected | ||
ShowToolBar | bool | ||
SizeChanged | System.Action |
Method | Description | |
---|---|---|
CalendarMonthView ( ) : System | ||
CalendarMonthView ( System.DateTime currentDate ) : System | ||
CalendarMonthView ( System.DateTime currentDate, System.DateTime markedDays ) : System | ||
CalendarMonthView ( System.DateTime currentDate, bool showToolBar ) : System | ||
Draw ( |
||
LayoutSubviews ( ) : void | ||
MoveCalendarMonths ( System.DateTime date, bool animated ) : void | ||
MoveCalendarMonths ( bool upwards, bool animated ) : void |
Method | Description | |
---|---|---|
CreateNewGrid ( System.DateTime date ) : |
||
DrawDayLabels ( |
||
DrawMonthLabel ( |
||
HandleNextMonthTouch ( object sender, |
||
HandlePreviousMonthTouch ( object sender, |
||
LoadButtons ( ) : void | ||
LoadInitialGrids ( ) : void | ||
isDayMarker ( System.DateTime date ) : bool |
public CalendarMonthView ( System.DateTime currentDate ) : System | ||
currentDate | System.DateTime | |
return | System |
public CalendarMonthView ( System.DateTime currentDate, System.DateTime markedDays ) : System | ||
currentDate | System.DateTime | |
markedDays | System.DateTime | |
return | System |
public CalendarMonthView ( System.DateTime currentDate, bool showToolBar ) : System | ||
currentDate | System.DateTime | |
showToolBar | bool | |
return | System |
public Draw ( |
||
rect | ||
return | void |
public MoveCalendarMonths ( System.DateTime date, bool animated ) : void | ||
date | System.DateTime | |
animated | bool | |
return | void |
public MoveCalendarMonths ( bool upwards, bool animated ) : void | ||
upwards | bool | |
animated | bool | |
return | void |
public DateSelected OnFinishedDateSelection | ||
return | DateSelected |