
The DateField implements the MS Word specific DATEFIELD field. This field must be used in combination with an ApplicationField that should be modified using this adapter.
Introduced: 15.0.
[C#]
public sealed class DateField : MailMergeFieldAdapter
[Visual Basic]
Public NotInheritable Class DateField
| Constructor | Description | |
| DocumentServer.Fields.DateField | Initializes a new instance of the DateField class. |
| Property | Description | |
| Date | Sets the date of the field. | |
| Format | Gets and sets the format of the field. | |
| PreserveFormatting | Specifies whether the field's formatting should be preserved. | |
| Text | Gets and sets the displayed text of the field. |
| Method | Description | |
| ShowDialog | Opens the specific field options dialog box. |
I added a nice sample to the blog that shows how to use these fields:
http://www.textcontrol.com/en_US/blog/archive/20100125/