C# 클래스 Orc.Extensions.DateTimeExtensions

파일 보기 프로젝트 열기: Orcomp/Orcomp

공개 메소드들

메소드 설명
Ceil ( this date, System.TimeSpan span ) : System.DateTime
Floor ( this date, System.TimeSpan span ) : System.DateTime
IsEqualTo ( this d1, System.DateTime d2, int accuracyInMilliseconds ) : bool
IsGreaterThan ( this d1, System.DateTime d2, int accuracyInMilliseconds ) : bool
IsLessThan ( this d1, System.DateTime d2, int accuracyInMilliseconds ) : bool
Round ( this date, System.TimeSpan span ) : System.DateTime
ToNearestSecond ( this d1 ) : System.DateTime
TruncateToSecond ( this original ) : System.DateTime

메소드 상세

Ceil() 공개 정적인 메소드

public static Ceil ( this date, System.TimeSpan span ) : System.DateTime
date this
span System.TimeSpan
리턴 System.DateTime

Floor() 공개 정적인 메소드

public static Floor ( this date, System.TimeSpan span ) : System.DateTime
date this
span System.TimeSpan
리턴 System.DateTime

IsEqualTo() 공개 정적인 메소드

public static IsEqualTo ( this d1, System.DateTime d2, int accuracyInMilliseconds ) : bool
d1 this
d2 System.DateTime
accuracyInMilliseconds int
리턴 bool

IsGreaterThan() 공개 정적인 메소드

public static IsGreaterThan ( this d1, System.DateTime d2, int accuracyInMilliseconds ) : bool
d1 this
d2 System.DateTime
accuracyInMilliseconds int
리턴 bool

IsLessThan() 공개 정적인 메소드

public static IsLessThan ( this d1, System.DateTime d2, int accuracyInMilliseconds ) : bool
d1 this
d2 System.DateTime
accuracyInMilliseconds int
리턴 bool

Round() 공개 정적인 메소드

public static Round ( this date, System.TimeSpan span ) : System.DateTime
date this
span System.TimeSpan
리턴 System.DateTime

ToNearestSecond() 공개 정적인 메소드

public static ToNearestSecond ( this d1 ) : System.DateTime
d1 this
리턴 System.DateTime

TruncateToSecond() 공개 정적인 메소드

public static TruncateToSecond ( this original ) : System.DateTime
original this
리턴 System.DateTime