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

Inheritance: Java.Lang.Object
Afficher le fichier Open project: rid00z/Xamarin.Forms.Calendar Class Usage Examples

Méthodes publiques

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

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string