C# Class UICalendar.CalendarMonthView

Inheritance: UIView
Afficher le fichier Open project: Clancey/UICalendar Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentMonthYear System.DateTime
IsDayMarkedDelegate IsDayMarked
MarkedDay ICollection
MonthChanged DateSelected
OnDateSelected DateSelected
OnFinishedDateSelection DateSelected
ShowToolBar bool
SizeChanged System.Action

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
CreateNewGrid ( System.DateTime date ) : MonthGridView
DrawDayLabels ( CGRect rect ) : void
DrawMonthLabel ( CGRect rect ) : void
HandleNextMonthTouch ( object sender, EventArgs e ) : void
HandlePreviousMonthTouch ( object sender, EventArgs e ) : void
LoadButtons ( ) : void
LoadInitialGrids ( ) : void
isDayMarker ( System.DateTime date ) : bool

Method Details

CalendarMonthView() public méthode

public CalendarMonthView ( ) : System
Résultat System

CalendarMonthView() public méthode

public CalendarMonthView ( System.DateTime currentDate ) : System
currentDate System.DateTime
Résultat System

CalendarMonthView() public méthode

public CalendarMonthView ( System.DateTime currentDate, System.DateTime markedDays, nfloat currentWidth ) : System
currentDate System.DateTime
markedDays System.DateTime
currentWidth nfloat
Résultat System

CalendarMonthView() public méthode

public CalendarMonthView ( System.DateTime currentDate, bool showToolBar ) : System
currentDate System.DateTime
showToolBar bool
Résultat System

Draw() public méthode

public Draw ( CGRect rect ) : void
rect CGRect
Résultat void

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

MoveCalendarMonths() public méthode

public MoveCalendarMonths ( System.DateTime date, bool animated ) : void
date System.DateTime
animated bool
Résultat void

MoveCalendarMonths() public méthode

public MoveCalendarMonths ( bool upwards, bool animated ) : void
upwards bool
animated bool
Résultat void

Property Details

CurrentMonthYear public_oe property

public DateTime,System CurrentMonthYear
Résultat System.DateTime

IsDayMarkedDelegate public_oe property

public IsDayMarked IsDayMarkedDelegate
Résultat IsDayMarked

MarkedDay public_oe property

public ICollection MarkedDay
Résultat ICollection

MonthChanged public_oe property

public DateSelected MonthChanged
Résultat DateSelected

OnDateSelected public_oe property

public DateSelected OnDateSelected
Résultat DateSelected

OnFinishedDateSelection public_oe property

public DateSelected OnFinishedDateSelection
Résultat DateSelected

ShowToolBar public_oe property

public bool ShowToolBar
Résultat bool

SizeChanged public_oe property

public Action,System SizeChanged
Résultat System.Action