C# 클래스 Lex.Db.Extensions

파일 보기 프로젝트 열기: demigor/lex.db.sync

공개 메소드들

메소드 설명
GetLastTs ( this table ) : DateTime?
Max ( this a, System.DateTime b ) : DateTime?
StringToTs ( this value ) : DateTime?
TsToString ( this lastTs ) : string

메소드 상세

GetLastTs() 공개 정적인 메소드

public static GetLastTs ( this table ) : DateTime?
table this
리턴 DateTime?

Max() 공개 정적인 메소드

public static Max ( this a, System.DateTime b ) : DateTime?
a this
b System.DateTime
리턴 DateTime?

StringToTs() 공개 정적인 메소드

public static StringToTs ( this value ) : DateTime?
value this
리턴 DateTime?

TsToString() 공개 정적인 메소드

public static TsToString ( this lastTs ) : string
lastTs this
리턴 string