Свойство | Тип | Описание | |
---|---|---|---|
BoxHeight | int | ||
BoxWidth | int | ||
CurrentMonthYear | System.DateTime | ||
CurrentSelectedDate | System.DateTime | ||
IsDateAvailable | bool>.Func | ||
IsDayMarkedDelegate | bool>.Func | ||
MonthChanged | Action |
||
OnDateSelected | Action |
||
OnFinishedDateSelection | Action |
||
SwipedUp | System.Action |
Метод | Описание | |
---|---|---|
CalendarMonthView ( System.DateTime selectedDate, bool showHeader, float width = 320 ) : System | ||
DeselectDate ( ) : void | ||
Draw ( |
||
LayoutSubviews ( ) : void | ||
MoveCalendarMonths ( bool right, bool animated ) : void | ||
RebuildGrid ( bool right, bool animated ) : void | ||
SetDate ( System.DateTime newDate ) : void | ||
SetNeedsDisplay ( ) : void | ||
p_monthViewSwipedLeft ( UISwipeGestureRecognizer ges ) : void | ||
p_monthViewSwipedRight ( UISwipeGestureRecognizer ges ) : void | ||
p_monthViewSwipedUp ( UISwipeGestureRecognizer ges ) : void |
Метод | Описание | |
---|---|---|
CreateNewGrid ( System.DateTime date ) : |
||
DrawDayLabels ( |
||
DrawMonthLabel ( |
||
HandleNextMonthTouch ( object sender, |
||
HandlePreviousMonthTouch ( object sender, |
||
LoadInitialGrids ( ) : void |
public CalendarMonthView ( System.DateTime selectedDate, bool showHeader, float width = 320 ) : System | ||
selectedDate | System.DateTime | |
showHeader | bool | |
width | float | |
Результат | System |
public Draw ( |
||
rect | ||
Результат | void |
public MoveCalendarMonths ( bool right, bool animated ) : void | ||
right | bool | |
animated | bool | |
Результат | void |
public RebuildGrid ( bool right, bool animated ) : void | ||
right | bool | |
animated | bool | |
Результат | void |
public SetDate ( System.DateTime newDate ) : void | ||
newDate | System.DateTime | |
Результат | void |
public p_monthViewSwipedLeft ( UISwipeGestureRecognizer ges ) : void | ||
ges | UISwipeGestureRecognizer | |
Результат | void |
public p_monthViewSwipedRight ( UISwipeGestureRecognizer ges ) : void | ||
ges | UISwipeGestureRecognizer | |
Результат | void |
public p_monthViewSwipedUp ( UISwipeGestureRecognizer ges ) : void | ||
ges | UISwipeGestureRecognizer | |
Результат | void |
public DateTime,System CurrentMonthYear | ||
Результат | System.DateTime |
public DateTime,System CurrentSelectedDate | ||
Результат | System.DateTime |