C# 클래스 Tp.Components.DateHelper

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
EndOfDay ( this date ) : System.DateTime
GetDatesByMinAndMax ( System.DateTime minDate, System.DateTime maxDate, int countOfDates ) : List
GetMonthEndDate ( this date ) : System.DateTime
GetMonthFirstDate ( this processDate ) : System.DateTime
ParseDate ( this date, System.DateTime today ) : System.DateTime
SameMonthAs ( this processDate, System.DateTime processDate1 ) : bool
SameWeekAs ( this processDate, System.DateTime processDate1 ) : bool
StartOfDay ( this processDate ) : System.DateTime

메소드 상세

EndOfDay() 공개 정적인 메소드

public static EndOfDay ( this date ) : System.DateTime
date this
리턴 System.DateTime

GetDatesByMinAndMax() 공개 정적인 메소드

public static GetDatesByMinAndMax ( System.DateTime minDate, System.DateTime maxDate, int countOfDates ) : List
minDate System.DateTime
maxDate System.DateTime
countOfDates int
리턴 List

GetMonthEndDate() 공개 정적인 메소드

public static GetMonthEndDate ( this date ) : System.DateTime
date this
리턴 System.DateTime

GetMonthFirstDate() 공개 정적인 메소드

public static GetMonthFirstDate ( this processDate ) : System.DateTime
processDate this
리턴 System.DateTime

ParseDate() 공개 정적인 메소드

public static ParseDate ( this date, System.DateTime today ) : System.DateTime
date this
today System.DateTime
리턴 System.DateTime

SameMonthAs() 공개 정적인 메소드

public static SameMonthAs ( this processDate, System.DateTime processDate1 ) : bool
processDate this
processDate1 System.DateTime
리턴 bool

SameWeekAs() 공개 정적인 메소드

public static SameWeekAs ( this processDate, System.DateTime processDate1 ) : bool
processDate this
processDate1 System.DateTime
리턴 bool

StartOfDay() 공개 정적인 메소드

public static StartOfDay ( this processDate ) : System.DateTime
processDate this
리턴 System.DateTime