ConvertValueToDateTimeOffset(Object) Method
Convert a value to the date, time, and time offset, with respect to the current time zone.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static DateTimeOffset ValueToDateTimeOffset(
Object value
)
Public Shared Function ValueToDateTimeOffset (
value As Object
) As DateTimeOffset
- value Object
- Value to convert.
DateTimeOffsetDateTimeOffset with the date time value.