SqlDateTime.GreaterThan(SqlDateTime, SqlDateTime) Método
Definição
Compara duas instâncias de SqlDateTime para determinar se a primeira é maior que a segunda.Compares two instances of SqlDateTime to determine whether the first is greater than the second.
public:
static System::Data::SqlTypes::SqlBoolean GreaterThan(System::Data::SqlTypes::SqlDateTime x, System::Data::SqlTypes::SqlDateTime y);
public static System.Data.SqlTypes.SqlBoolean GreaterThan (System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y);
static member GreaterThan : System.Data.SqlTypes.SqlDateTime * System.Data.SqlTypes.SqlDateTime -> System.Data.SqlTypes.SqlBoolean
Public Shared Function GreaterThan (x As SqlDateTime, y As SqlDateTime) As SqlBoolean
Parâmetros
Uma estrutura SqlDateTime.A SqlDateTime structure.
Uma estrutura SqlDateTime.A SqlDateTime structure.
Retornos
Um SqlBoolean que será True se a primeira instância for maior do que a segunda instância.A SqlBoolean that is True if the first instance is greater than the second instance. Caso contrário, False.Otherwise, False. Se uma das instâncias de SqlDateTime for nula, o Value do SqlBoolean será Null.If either instance of SqlDateTime is null, the Value of the SqlBoolean will be Null.