C# 클래스 Epiworx.Core.DateTimeExtensions

파일 보기 프로젝트 열기: mattruma/epiworx-csla

공개 메소드들

메소드 설명
IsLate ( this dateTime ) : bool
IsNextMonth ( this dateTime ) : bool
IsThisMonth ( this dateTime ) : bool
IsThisWeek ( this dateTime ) : bool
IsToday ( this dateTime ) : bool
IsTomorrow ( this dateTime ) : bool
IsYesterday ( this dateTime ) : bool
RoundMinutes ( this dateTime ) : System.DateTime
ToEndOfMonth ( this dateTime ) : DateTime
ToEndOfNextWeek ( this dateTime ) : DateTime
ToEndOfPreviousMonth ( this dateTime ) : DateTime
ToEndOfPreviousWeek ( this dateTime ) : DateTime
ToEndOfPreviousYear ( this dateTime ) : DateTime
ToEndOfWeek ( this dateTime ) : DateTime
ToEndOfWeek ( this dateTime, DayOfWeek dayOfWeek ) : DateTime
ToEndOfYear ( this dateTime ) : DateTime
ToRelativeDate ( this dateTime ) : string
ToStartOfMonth ( this dateTime ) : DateTime
ToStartOfNextWeek ( this dateTime ) : DateTime
ToStartOfPreviousMonth ( this dateTime ) : DateTime
ToStartOfPreviousWeek ( this dateTime ) : DateTime
ToStartOfPreviousYear ( this dateTime ) : DateTime
ToStartOfWeek ( this dateTime ) : DateTime
ToStartOfWeek ( this dateTime, DayOfWeek dayOfWeek ) : DateTime
ToStartOfYear ( this dateTime ) : DateTime

메소드 상세

IsLate() 공개 정적인 메소드

public static IsLate ( this dateTime ) : bool
dateTime this
리턴 bool

IsNextMonth() 공개 정적인 메소드

public static IsNextMonth ( this dateTime ) : bool
dateTime this
리턴 bool

IsThisMonth() 공개 정적인 메소드

public static IsThisMonth ( this dateTime ) : bool
dateTime this
리턴 bool

IsThisWeek() 공개 정적인 메소드

public static IsThisWeek ( this dateTime ) : bool
dateTime this
리턴 bool

IsToday() 공개 정적인 메소드

public static IsToday ( this dateTime ) : bool
dateTime this
리턴 bool

IsTomorrow() 공개 정적인 메소드

public static IsTomorrow ( this dateTime ) : bool
dateTime this
리턴 bool

IsYesterday() 공개 정적인 메소드

public static IsYesterday ( this dateTime ) : bool
dateTime this
리턴 bool

RoundMinutes() 공개 정적인 메소드

public static RoundMinutes ( this dateTime ) : System.DateTime
dateTime this
리턴 System.DateTime

ToEndOfMonth() 공개 정적인 메소드

public static ToEndOfMonth ( this dateTime ) : DateTime
dateTime this
리턴 DateTime

ToEndOfNextWeek() 공개 정적인 메소드

public static ToEndOfNextWeek ( this dateTime ) : DateTime
dateTime this
리턴 DateTime

ToEndOfPreviousMonth() 공개 정적인 메소드

public static ToEndOfPreviousMonth ( this dateTime ) : DateTime
dateTime this
리턴 DateTime

ToEndOfPreviousWeek() 공개 정적인 메소드

public static ToEndOfPreviousWeek ( this dateTime ) : DateTime
dateTime this
리턴 DateTime

ToEndOfPreviousYear() 공개 정적인 메소드

public static ToEndOfPreviousYear ( this dateTime ) : DateTime
dateTime this
리턴 DateTime

ToEndOfWeek() 공개 정적인 메소드

public static ToEndOfWeek ( this dateTime ) : DateTime
dateTime this
리턴 DateTime

ToEndOfWeek() 공개 정적인 메소드

public static ToEndOfWeek ( this dateTime, DayOfWeek dayOfWeek ) : DateTime
dateTime this
dayOfWeek DayOfWeek
리턴 DateTime

ToEndOfYear() 공개 정적인 메소드

public static ToEndOfYear ( this dateTime ) : DateTime
dateTime this
리턴 DateTime

ToRelativeDate() 공개 정적인 메소드

public static ToRelativeDate ( this dateTime ) : string
dateTime this
리턴 string

ToStartOfMonth() 공개 정적인 메소드

public static ToStartOfMonth ( this dateTime ) : DateTime
dateTime this
리턴 DateTime

ToStartOfNextWeek() 공개 정적인 메소드

public static ToStartOfNextWeek ( this dateTime ) : DateTime
dateTime this
리턴 DateTime

ToStartOfPreviousMonth() 공개 정적인 메소드

public static ToStartOfPreviousMonth ( this dateTime ) : DateTime
dateTime this
리턴 DateTime

ToStartOfPreviousWeek() 공개 정적인 메소드

public static ToStartOfPreviousWeek ( this dateTime ) : DateTime
dateTime this
리턴 DateTime

ToStartOfPreviousYear() 공개 정적인 메소드

public static ToStartOfPreviousYear ( this dateTime ) : DateTime
dateTime this
리턴 DateTime

ToStartOfWeek() 공개 정적인 메소드

public static ToStartOfWeek ( this dateTime ) : DateTime
dateTime this
리턴 DateTime

ToStartOfWeek() 공개 정적인 메소드

public static ToStartOfWeek ( this dateTime, DayOfWeek dayOfWeek ) : DateTime
dateTime this
dayOfWeek DayOfWeek
리턴 DateTime

ToStartOfYear() 공개 정적인 메소드

public static ToStartOfYear ( this dateTime ) : DateTime
dateTime this
리턴 DateTime