ConvertValueToDateTimeNullable(Object, Object) Method
Converts a date value and a hours value to a date with hours of type DateTime.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static DateTime? ValueToDateTimeNullable(
Object dateValue,
Object timeValue
)
Public Shared Function ValueToDateTimeNullable (
dateValue As Object,
timeValue As Object
) As DateTime?
- dateValue Object
- Value with the date.
- timeValue Object
- Value with the time.
NullableDateTimeDateTime with the date time value.
if the value cannot be converted.