ConvertDateTimeIsEmpty Method
Indicates if the date and time are empty.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool DateTimeIsEmpty(
Object value,
bool date1900IsEmpty = false
)
Public Shared Function DateTimeIsEmpty (
value As Object,
Optional date1900IsEmpty As Boolean = false
) As Boolean
- value Object
- Value to evaluate.
- date1900IsEmpty Boolean (Optional)
- Indicates if the date 1900 is considered empty.
Boolean if the value is empty; otherwise,
.