C# 클래스 AcTools.Utils.Helpers.DateTimeExtension

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
CompareByDays ( this a, System.DateTime b ) : int
IsSameDay ( this a, System.DateTime b ) : bool
ToDateTime ( this l ) : System.DateTime
ToMillisecondsTimestamp ( this d ) : long
ToUnixTimestamp ( this d ) : long

메소드 상세

CompareByDays() 공개 정적인 메소드

public static CompareByDays ( this a, System.DateTime b ) : int
a this
b System.DateTime
리턴 int

IsSameDay() 공개 정적인 메소드

public static IsSameDay ( this a, System.DateTime b ) : bool
a this
b System.DateTime
리턴 bool

ToDateTime() 공개 정적인 메소드

public static ToDateTime ( this l ) : System.DateTime
l this
리턴 System.DateTime

ToMillisecondsTimestamp() 공개 정적인 메소드

public static ToMillisecondsTimestamp ( this d ) : long
d this
리턴 long

ToUnixTimestamp() 공개 정적인 메소드

public static ToUnixTimestamp ( this d ) : long
d this
리턴 long