Property | Type | Description | |
---|---|---|---|
ForceAutoRotate | System.Action | ||
OnEventClicked | EventClicked | ||
OnEventDoubleClicked | EventClicked | ||
currentDate | System.DateTime | ||
currentMonth | System.DateTime | ||
dateChanged | DateChanged | ||
monthEvents | List |
Property | Type | Description | |
---|---|---|---|
DrawDayLabel | void | ||
GetStartPosition | float | ||
LoadButtons | void | ||
ViewSwitched | void | ||
getScrollView | UIView | ||
getTimeLineView | TimeLineView | ||
scrolled | void | ||
setBottomToolBar | void | ||
setup | void | ||
swipeLeft | void | ||
swipeRight | void |
Method | Description | |
---|---|---|
CalendarDayTimelineView ( ) : System | ||
CalendarDayTimelineView ( CGRect rect, float tabBarHeight ) : System | ||
Draw ( CGRect rect ) : void | ||
MovedToWindow ( ) : void | ||
ScrollToTime ( System.DateTime time ) : void | ||
SetDate ( System.DateTime date ) : void | ||
buildAllDayView ( ) : void | ||
buildDayView ( ) : void | ||
buildMonthSingleDayEventList ( CGRect rect ) : |
||
buildMonthView ( ) : void | ||
getMonthDayEvents ( ) : |
||
reloadDay ( ) : void | ||
setupCustomInitialisation ( ) : void |
Method | Description | |
---|---|---|
DrawDayLabel ( CGRect rect ) : void | ||
GetStartPosition ( System.DateTime time ) : float | ||
LoadButtons ( ) : void | ||
ViewSwitched ( ) : void | ||
getScrollView ( ) : UIView | ||
getTimeLineView ( ) : TimeLineView | ||
scrolled ( ) : void | ||
setBottomToolBar ( ) : void | ||
setup ( ) : void | ||
swipeLeft ( ) : void | ||
swipeRight ( ) : void |
public CalendarDayTimelineView ( CGRect rect, float tabBarHeight ) : System | ||
rect | CGRect | |
tabBarHeight | float | |
return | System |
public ScrollToTime ( System.DateTime time ) : void | ||
time | System.DateTime | |
return | void |
public SetDate ( System.DateTime date ) : void | ||
date | System.DateTime | |
return | void |
public buildMonthSingleDayEventList ( CGRect rect ) : |
||
rect | CGRect | |
return |
public getMonthDayEvents ( ) : |
||
return |
public EventClicked OnEventDoubleClicked | ||
return | EventClicked |