ConvertValueToDateNullable Method
Converts a value to a date without time of type DateTime or null.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static DateTime? ValueToDateNullable(
Object value,
bool date1900IsNull = false
)
Public Shared Function ValueToDateNullable (
value As Object,
Optional date1900IsNull As Boolean = false
) As DateTime?
- value Object
- Value to convert.
- date1900IsNull Boolean (Optional)
- Indicates if the date 1900 is considered null.
NullableDateTimeDateTime with the date without time value.
if the value cannot be converted.