C# 클래스 Adf.Core.Extensions.DateTimeExtensions

파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
IsInRange ( this current, System.DateTime start, System.DateTime end ) : bool
IsInRangeWithinYear ( this year, System.DateTime start, System.DateTime end ) : bool

메소드 상세

IsInRange() 공개 정적인 메소드

public static IsInRange ( this current, System.DateTime start, System.DateTime end ) : bool
current this
start System.DateTime
end System.DateTime
리턴 bool

IsInRangeWithinYear() 공개 정적인 메소드

public static IsInRangeWithinYear ( this year, System.DateTime start, System.DateTime end ) : bool
year this
start System.DateTime
end System.DateTime
리턴 bool