Initializes a new instance of the PdfDate class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PdfDate( DateTime d ) |
Visual Basic |
---|
Public Sub New ( _ d As DateTime _ ) |
Visual C++ |
---|
public: PdfDate( DateTime d ) |
Parameters
- d
- Type: System..::..DateTime