DateValue Constructor (Nullable DateTime )
Constructor that uses a DateTime value.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public DateValue(
	Nullable<DateTime> value
)

Parameters

value
Type: OnlineSystem Nullable OnlineDateTime 
The initial value.
See Also