ConvertDateTimeIsEmpty Method

Indicates if the date and time are empty.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool DateTimeIsEmpty(
	Object value,
	bool date1900IsEmpty = false
)

Parameters

value  Object
Value to evaluate.
date1900IsEmpty  Boolean  (Optional)
Indicates if the date 1900 is considered empty.

Return Value

Boolean
if the value is empty; otherwise, .

See Also