DateValue Constructor (Nullable DateTime , Boolean)
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,
	bool userModifiable
)

Parameters

value
Type: OnlineSystem Nullable OnlineDateTime 
The initial value.
userModifiable
Type: OnlineSystem Boolean
Whether this value should be modifiable by end users in the interview UI.
See Also