ConvertValueToDateTime(Object, TimeSpan) Method
Convert a value to a date and time with the indicated time offset.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static DateTime ValueToDateTime(
Object value,
TimeSpan timeZone
)
Public Shared Function ValueToDateTime (
value As Object,
timeZone As TimeSpan
) As DateTime
- value Object
- Value to convert.
- timeZone TimeSpan
- Time zone.
DateTimeDateTime with the date time value.