HotDocs uses DateOrder setting during assembly when it needs to interpret ambiguously-written date strings
(for example, date format examples in which the day, month and/or year are all expressed as numbers).
By default this property respects the behavior configured on the server. Also note that this property
is only respected by HotDocs Cloud Services; HotDocs Server always adheres to the behavior as configured
in the management console.
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 | defers to the behavior configured on the server. | |
DMY | 1 | Uses Day/Month/Year (dd/mm/yyyy) format for date strings | |
MDY | 2 | Uses Month/Day/Year (mm/dd/yyyy) format for date strings |
See Also