ConvertValueToDateTime(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 ValueToDateTime(
Object dateValue,
Object timeValue
)
Public Shared Function ValueToDateTime (
dateValue As Object,
timeValue As Object
) As DateTime
- dateValue Object
- Value with the date.
- timeValue Object
- Value with the time.
DateTimeDateTime with the date time value.