[This is preliminary documentation and is subject to change.]
Replaces null with the value provided, ifthe objcet is null, then
return the integer i, otherwise return the integer value of the object.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static DateTime ReplaceDBNull( Object obj, DateTime d ) |
Visual Basic (Declaration) |
---|
Public Shared Function ReplaceDBNull ( _ obj As Object, _ d As DateTime _ ) As DateTime |
Visual C++ |
---|
public: static DateTime ReplaceDBNull( Object^ obj, DateTime d ) |
Parameters
- obj
- Type: System..::.Object
The object to be tested
- d
- Type: System..::.DateTime
The return value in case the first parameter is null