InterviewSettings DefaultDateFormat Property
The default format example used when merging date values into text where no explicit or default format example has been specified.

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

public string DefaultDateFormat { get; set; }

Property Value

Type: OnlineString
Remarks

The property corresponds to the "Default date format" setting in the HotDocs Server management console and the DefaultDateFormat setting in Core Services.

NOTE: This property is ignored if the SDK is communicating with HotDocs Server (either locally or at a web service). HotDocs Server always honors the setting specified in the HotDocs Server Management Console, and does not allow individual interview requests to override that default value.

See Also