Function CSPDate::IsNull()
Description:
Determines whether a date value is contained or not.
 |
Prototype:
bool IsNull() const;
Arguments:
No arguments (void).
Return value:
It there is no date value contained, it returns true. Otherwise, it returns false.
See also:
member function SetNull()
|
|