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