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