C# Class Lex.Db.Extensions

显示文件 Open project: demigor/lex.db.sync

Public Methods

Method Description
GetLastTs ( this table ) : DateTime?
Max ( this a, System.DateTime b ) : DateTime?
StringToTs ( this value ) : DateTime?
TsToString ( this lastTs ) : string

Method Details

GetLastTs() public static method

public static GetLastTs ( this table ) : DateTime?
table this
return DateTime?

Max() public static method

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

StringToTs() public static method

public static StringToTs ( this value ) : DateTime?
value this
return DateTime?

TsToString() public static method

public static TsToString ( this lastTs ) : string
lastTs this
return string