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.

Syntax

public sealed class DateField : MailMergeFieldAdapter
Public NotInheritable Class DateField
  Inherits MailMergeFieldAdapter

Introduced: 15.0.

Constructors

Constructor Description
DateField Initializes a new instance of the DateField class.

Fields

Field Description
TYPE_NAME Represents the name of the respective field type.
(Inherited from MailMergeFieldAdapter)

Methods

Method Description
ShowDialog Opens the specific field options dialog box.
(Inherited from MailMergeFieldAdapter)

Properties

Property Description
ApplicationField Gets the adapted ApplicationField of the field.
(Inherited from MailMergeFieldAdapter)
Culture Specifies a CultureInfo instance that supplies culture-specific formatting information which is used when applying the formatting string to the field content.
Date Sets the date of the field.
Format Gets and sets the format of the field.
ID Gets the ID of the specific field through its adapter.
(Inherited from MailMergeFieldAdapter)
Length Gets the number of characters in a text field through its adapter.
(Inherited from MailMergeFieldAdapter)
PreserveFormatting Specifies whether the field's formatting should be preserved.
(Inherited from MailMergeFieldAdapter)
Start Gets the first character position (one-based) of the field through its adapter.
(Inherited from MailMergeFieldAdapter)
Text Gets and sets the displayed text of the field.
TypeName Gets the field's type name of the specific field through its adapter.
(Inherited from MailMergeFieldAdapter)