Click or drag to resize

ConverterToNullableDateTime Method

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public static Nullable<DateTime> ToNullableDateTime(
	Object value,
	Nullable<DateTime> defaultValue
)

Parameters

value
Type: SystemObject
defaultValue
Type: SystemNullableDateTime

Return Value

Type: NullableDateTime
See Also