C# 클래스 Orders.com.BLL.Extensions.DateExtensions

파일 보기 프로젝트 열기: peasy/Samples

공개 메소드들

메소드 설명
Ago ( this result ) : System.DateTime
Days ( this days ) : DayResult
From ( this result ) : FromDayResult
From ( this result ) : FromHourResult
From ( this result ) : FromMinuteResult
From ( this result ) : FromYearResult
Hours ( this hours ) : HourResult
Minutes ( this minutes ) : MinuteResult
Now ( this result ) : System.DateTime
Tomorrow ( this result ) : System.DateTime
Years ( this years ) : YearResult
Yesterday ( this result ) : System.DateTime

메소드 상세

Ago() 공개 정적인 메소드

public static Ago ( this result ) : System.DateTime
result this
리턴 System.DateTime

Days() 공개 정적인 메소드

public static Days ( this days ) : DayResult
days this
리턴 DayResult

From() 공개 정적인 메소드

public static From ( this result ) : FromDayResult
result this
리턴 FromDayResult

From() 공개 정적인 메소드

public static From ( this result ) : FromHourResult
result this
리턴 FromHourResult

From() 공개 정적인 메소드

public static From ( this result ) : FromMinuteResult
result this
리턴 FromMinuteResult

From() 공개 정적인 메소드

public static From ( this result ) : FromYearResult
result this
리턴 FromYearResult

Hours() 공개 정적인 메소드

public static Hours ( this hours ) : HourResult
hours this
리턴 HourResult

Minutes() 공개 정적인 메소드

public static Minutes ( this minutes ) : MinuteResult
minutes this
리턴 MinuteResult

Now() 공개 정적인 메소드

public static Now ( this result ) : System.DateTime
result this
리턴 System.DateTime

Tomorrow() 공개 정적인 메소드

public static Tomorrow ( this result ) : System.DateTime
result this
리턴 System.DateTime

Years() 공개 정적인 메소드

public static Years ( this years ) : YearResult
years this
리턴 YearResult

Yesterday() 공개 정적인 메소드

public static Yesterday ( this result ) : System.DateTime
result this
리턴 System.DateTime