Method | Description | |
---|---|---|
AreSameTaxYear ( compareTo ) : bool | ||
CalendarPeriod ( int year, int month ) : System | ||
CompareTo ( compareTo ) : int | ||
Equals ( other ) : bool | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
CheckPeriodsAreInSameTaxYear ( DateTime firstPeriod, DateTime secondPeriod ) : bool | ||
Compare ( calendarPeriod1, calendarPeriod2 ) : int | ||
GetTaxYearFromDate ( DateTime firstPeriod ) : int | ||
GetTaxYearFromTransactionDate ( DateTime transactionDate ) : DateTime |
public CalendarPeriod ( int year, int month ) : System | ||
year | int | |
month | int | |
return | System |