ConvertValueToDateTimeOffset(Object, TimeSpan) 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,
TimeSpan offSet
)
Public Shared Function ValueToDateTimeOffset (
value As Object,
offSet As TimeSpan
) As DateTimeOffset
- value Object
- Value to convert.
- offSet TimeSpan
- Offset value.
DateTimeOffsetDateTimeOffset with the date time value.