ConvertValueToDateTimeOffsetNullable Method

Converts a value to a date with time of type DateTime.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static DateTimeOffset? ValueToDateTimeOffsetNullable(
	Object value,
	bool date1900IsEmpty = false
)

Parameters

value  Object
Value to convert.
date1900IsEmpty  Boolean  (Optional)
Indicates if the date 1900 is considered empty.

Return Value

NullableDateTimeOffset
DateTime with the date time value.

if the value cannot be converted.

See Also