C# 클래스 FarsiLibrary.WPF.Controls.FXMonthViewHelper

파일 보기 프로젝트 열기: HEskandari/FarsiLibrary 1 사용 예제들

비공개 메소드들

메소드 설명
CompareYearMonth ( System.DateTime dt1, System.DateTime dt2 ) : int

Compare the year and month of dt1 and dt2

CompareYearMonthDay ( System.DateTime dt1, System.DateTime dt2 ) : int

Compare the year,month,day of dt1 and dt2

IsWithinRange ( System.DateTime date, System.DateTime start, System.DateTime end ) : bool

True if date is between start and end

SubtractByMonth ( System.DateTime dt1, System.DateTime dt2 ) : int

dt1 subtract dt2 to get the month count between them