Initializes a new instance of the Date
public DateFormField(int emptyWidth);
Public Sub New(ByVal emptyWidth As Integer)
public DateFormField(System.DateTime date, int emptyWidth);
Public Sub New(ByVal date As System.DateTime, ByVal emptyWidth As Integer)
Parameter | Description |
---|---|
empty |
Specifies the horizontal extension, in twips, of the Date |
date | Specifies the date of the Date |