C# Class Xamarin.Forms.Calendar.Platform.Droid.MonthCellDescriptor

Inheritance: Java.Lang.Object
Show file Open project: rid00z/Xamarin.Forms.Calendar Class Usage Examples

Public Methods

Method Description
MonthCellDescriptor ( System.DateTime date, bool isCurrentMonth, bool isSelectable, bool isSelected, bool isToday, bool isHighlighted, int value, RangeState rangeState ) : System
ToString ( ) : string

Method Details

MonthCellDescriptor() public method

public MonthCellDescriptor ( System.DateTime date, bool isCurrentMonth, bool isSelectable, bool isSelected, bool isToday, bool isHighlighted, int value, RangeState rangeState ) : System
date System.DateTime
isCurrentMonth bool
isSelectable bool
isSelected bool
isToday bool
isHighlighted bool
value int
rangeState RangeState
return System

ToString() public method

public ToString ( ) : string
return string