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