ConvertValueToDateTime(Object, TimeSpan) Method

Convert a value to a date and time with the indicated time offset.

Definition

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

Parameters

value  Object
Value to convert.
timeZone  TimeSpan
Time zone.

Return Value

DateTime
DateTime with the date time value.

See Also