ConvertValueToDateTime(Object, Object) Method

Converts a date value and a hours value to a date with hours of type DateTime.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static DateTime ValueToDateTime(
	Object dateValue,
	Object timeValue
)

Parameters

dateValue  Object
Value with the date.
timeValue  Object
Value with the time.

Return Value

DateTime
DateTime with the date time value.

See Also