C# Class Lex.Db.Extensions

Afficher le fichier Open project: demigor/lex.db.sync

Méthodes publiques

Méthode 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 méthode

public static GetLastTs ( this table ) : DateTime?
table this
Résultat DateTime?

Max() public static méthode

public static Max ( this a, System.DateTime b ) : DateTime?
a this
b System.DateTime
Résultat DateTime?

StringToTs() public static méthode

public static StringToTs ( this value ) : DateTime?
value this
Résultat DateTime?

TsToString() public static méthode

public static TsToString ( this lastTs ) : string
lastTs this
Résultat string