SQL-Unit  1.6
Functions
AssertDateTimeGreaterThan.ssunit.sql File Reference

The AssertDateTimeGreaterThanOrEqualTo stored procedure. More...

Functions

int AssertDateTimeGreaterThanOrEqualTo (datetime @expected, datetime @actual)
 Asserts that one DateTime is greater than or equal to another.

Detailed Description

The AssertDateTimeGreaterThanOrEqualTo stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertDateTimeGreaterThanOrEqualTo ( datetime @  expected,
datetime @  actual 
)

Asserts that one DateTime is greater than or equal to another.

Parameters:
expectedThe expected value.
actualThe actual value.