DateValue Constructor (Int32, Int32, Int32, Boolean)
Constructor that uses three parameters for year, month, and day.

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

public DateValue(
	int year,
	int month,
	int day,
	bool userModifiable
)
See Also