Empty Function (DateTime) | |
Determine if the result of an expression is empty.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION Empty(
uValue AS DateTime
) AS LOGIC
public static bool Empty(
DateTime uValue
)
Request Example
View SourceParameters
- uValue
- Type: DateTime
The value to check for 'emptyness'
Return Value
Type:
Logic
TRUE if the expression results in an empty value; otherwise, FALSE.
Remarks For DateTime values the 'emptyness' is determined by comparing to DEFAULT(DateTime)
See Also