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

The AssertDateTimeGreaterThan stored procedure. More...

Functions

int AssertDateTimeGreaterThan (datetime @expected, datetime @actual)
 Asserts that one DateTime is greater than another.

Detailed Description

The AssertDateTimeGreaterThan stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertDateTimeGreaterThan ( datetime @  expected,
datetime @  actual 
)

Asserts that one DateTime is greater than another.

Parameters:
expectedThe expected value.
actualThe actual value.