C# Class FarsiLibrary.WPF.Controls.FXMonthViewHelper

Mostra file Open project: HEskandari/FarsiLibrary Class Usage Examples

Private Methods

Method Description
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