C# Класс UICalendar.CalendarMonthView

Наследование: UIView
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CurrentMonthYear System.DateTime
IsDayMarkedDelegate IsDayMarked
MarkedDay ICollection
MonthChanged DateSelected
OnDateSelected DateSelected
OnFinishedDateSelection DateSelected
ShowToolBar bool
SizeChanged System.Action

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

CalendarMonthView() публичный Метод

public CalendarMonthView ( ) : System
Результат System

CalendarMonthView() публичный Метод

public CalendarMonthView ( System.DateTime currentDate ) : System
currentDate System.DateTime
Результат System

CalendarMonthView() публичный Метод

public CalendarMonthView ( System.DateTime currentDate, System.DateTime markedDays, nfloat currentWidth ) : System
currentDate System.DateTime
markedDays System.DateTime
currentWidth nfloat
Результат System

CalendarMonthView() публичный Метод

public CalendarMonthView ( System.DateTime currentDate, bool showToolBar ) : System
currentDate System.DateTime
showToolBar bool
Результат System

Draw() публичный Метод

public Draw ( CGRect rect ) : void
rect CGRect
Результат void

LayoutSubviews() публичный Метод

public LayoutSubviews ( ) : void
Результат void

MoveCalendarMonths() публичный Метод

public MoveCalendarMonths ( System.DateTime date, bool animated ) : void
date System.DateTime
animated bool
Результат void

MoveCalendarMonths() публичный Метод

public MoveCalendarMonths ( bool upwards, bool animated ) : void
upwards bool
animated bool
Результат void

Описание свойств

CurrentMonthYear публичное свойство

public DateTime,System CurrentMonthYear
Результат System.DateTime

IsDayMarkedDelegate публичное свойство

public IsDayMarked IsDayMarkedDelegate
Результат IsDayMarked

MarkedDay публичное свойство

public ICollection MarkedDay
Результат ICollection

MonthChanged публичное свойство

public DateSelected MonthChanged
Результат DateSelected

OnDateSelected публичное свойство

public DateSelected OnDateSelected
Результат DateSelected

OnFinishedDateSelection публичное свойство

public DateSelected OnFinishedDateSelection
Результат DateSelected

ShowToolBar публичное свойство

public bool ShowToolBar
Результат bool

SizeChanged публичное свойство

public Action,System SizeChanged
Результат System.Action