C# Class MonoTouch.Dialog.MonthGridView

Inheritance: UIView
显示文件 Open project: Clancey/ClanceyLib Class Usage Examples

Public Properties

Property Type Description
SelectedDate System.DateTime
weekdayOfFirst int

Protected Properties

Property Type Description
_dayTiles IList

Public Methods

Method Description
BuildGrid ( ) : void
MonthGridView ( CalendarMonthView calendarMonthView, System.DateTime month, System.DateTime day ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

Private Methods

Method Description
SelectDayView ( UITouch touch ) : bool

Method Details

BuildGrid() public method

public BuildGrid ( ) : void
return void

MonthGridView() public method

public MonthGridView ( CalendarMonthView calendarMonthView, System.DateTime month, System.DateTime day ) : System
calendarMonthView CalendarMonthView
month System.DateTime
day System.DateTime
return System

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesEnded() public method

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesMoved() public method

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

Property Details

SelectedDate public_oe property

public DateTime,System SelectedDate
return System.DateTime

_dayTiles protected_oe property

protected IList _dayTiles
return IList

weekdayOfFirst public_oe property

public int weekdayOfFirst
return int