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, nfloat currentWidth ) : System | ||
CalendarMonthView ( System.DateTime currentDate, bool showToolBar ) : System | ||
Draw ( CGRect rect ) : void | ||
LayoutSubviews ( ) : void | ||
MoveCalendarMonths ( System.DateTime date, bool animated ) : void | ||
MoveCalendarMonths ( bool upwards, bool animated ) : void |
Method | Description | |
---|---|---|
CreateNewGrid ( System.DateTime date ) : |
||
DrawDayLabels ( CGRect rect ) : void | ||
DrawMonthLabel ( CGRect rect ) : void | ||
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, nfloat currentWidth ) : System | ||
currentDate | System.DateTime | |
markedDays | System.DateTime | |
currentWidth | nfloat | |
return | System |
public CalendarMonthView ( System.DateTime currentDate, bool showToolBar ) : System | ||
currentDate | System.DateTime | |
showToolBar | bool | |
return | System |
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 |