C# 클래스 Xamarin.Forms.Calendar.Platform.Droid.MonthCellDescriptor

상속: Java.Lang.Object
파일 보기 프로젝트 열기: rid00z/Xamarin.Forms.Calendar 1 사용 예제들

공개 메소드들

메소드 설명
MonthCellDescriptor ( System.DateTime date, bool isCurrentMonth, bool isSelectable, bool isSelected, bool isToday, bool isHighlighted, int value, RangeState rangeState ) : System
ToString ( ) : string

메소드 상세

MonthCellDescriptor() 공개 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string