C# 클래스 SFA.DAS.EmployerFinance.Types.Models.CalendarPeriod

상속: IComparable, IEquatable
파일 보기 프로젝트 열기: SkillsFundingAgency/das-employerfinance

공개 메소드들

메소드 설명
AreSameTaxYear ( compareTo ) : bool
CalendarPeriod ( int year, int month ) : System
CompareTo ( compareTo ) : int
Equals ( other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

비공개 메소드들

메소드 설명
CheckPeriodsAreInSameTaxYear ( DateTime firstPeriod, DateTime secondPeriod ) : bool
Compare ( calendarPeriod1, calendarPeriod2 ) : int
GetTaxYearFromDate ( DateTime firstPeriod ) : int
GetTaxYearFromTransactionDate ( DateTime transactionDate ) : DateTime

메소드 상세

AreSameTaxYear() 공개 메소드

public AreSameTaxYear ( compareTo ) : bool
리턴 bool

CalendarPeriod() 공개 메소드

public CalendarPeriod ( int year, int month ) : System
year int
month int
리턴 System

CompareTo() 공개 메소드

public CompareTo ( compareTo ) : int
리턴 int

Equals() 공개 메소드

public Equals ( other ) : bool
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool