Méthode | Description | |
---|---|---|
GetLastTs ( this table ) : DateTime? | ||
Max ( this a, System.DateTime b ) : DateTime? | ||
StringToTs ( this value ) : DateTime? | ||
TsToString ( this lastTs ) : string |
public static GetLastTs ( this table ) : DateTime? | ||
table | this | |
Résultat | DateTime? |
public static Max ( this a, System.DateTime b ) : DateTime? | ||
a | this | |
b | System.DateTime | |
Résultat | DateTime? |
public static StringToTs ( this value ) : DateTime? | ||
value | this | |
Résultat | DateTime? |
public static TsToString ( this lastTs ) : string | ||
lastTs | this | |
Résultat | string |