C# 클래스 Microsoft.Samples.KMoore.WPFSamples.DateControls.CalendarDate

CalendarDate is a wrapper over DateTime
The main purpose of CalendarDate is to increase the MonthCalendar's scroll perf. It is used to only update Date object and fire a PropertyChanged event, so when user scroll month, the selectedDates UI items won't be regenerated
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

공개 메소드들

메소드 설명
CalendarDate ( System.DateTime date ) : System

Constructor

ToString ( ) : string

Return string representation of this selectedDate

비공개 메소드들

메소드 설명
InternalUpdate ( CalendarDate cdate ) : void

Update Date and IsValid property

IsDateToday ( System.DateTime date ) : bool
IsDateWeekend ( System.DateTime date ) : bool
OnPropertyChanged ( String info ) : void

메소드 상세

CalendarDate() 공개 메소드

Constructor
public CalendarDate ( System.DateTime date ) : System
date System.DateTime
리턴 System

ToString() 공개 메소드

Return string representation of this selectedDate
public ToString ( ) : string
리턴 string