'Declaration Public Function New( _ ByVal literalText As String _ )
'Usage Dim literalText As String Dim instance As New DateLiteralDisplayField(literalText)
public DateLiteralDisplayField( string literalText )
Parameters
- literalText
- A System.String value indicates the literal text of the display literal field.