SQL-Unit
1.6
|
The AssertDateGreaterThanOrEqualTo stored procedure. More...
Functions | |
int | AssertDateGreaterThanOrEqualTo (date @expected, date @actual) |
Asserts that one Date is greater than or equal to another. |
The AssertDateGreaterThanOrEqualTo stored procedure.
int AssertDateGreaterThanOrEqualTo | ( | date @ | expected, |
date @ | actual | ||
) |
Asserts that one Date is greater than or equal to another.
expected | The expected value. |
actual | The actual value. |