Initializes a new instance of the DateFormField class.

DateFormField(Int)

public DateFormField(int emptyWidth);
Public Sub New(ByVal emptyWidth As Integer)

DateFormField(System.DateTime, Int)

public DateFormField(System.DateTime date, int emptyWidth);
Public Sub New(ByVal date As System.DateTime, ByVal emptyWidth As Integer)

Parameters

Parameter Description
emptyWidth Specifies the horizontal extension, in twips, of the DateFormField, when a date is not set. When this parameter is set to 0, a default value is used.
date Specifies the date of the DateFormField.