iTextSharp.text.pdf.PdfDate.PdfDate C# (CSharp) Method

PdfDate() public method

public PdfDate ( ) : System
return System
        public PdfDate()
            : this(DateTime.Now)
        {
        }

Same methods

PdfDate::PdfDate ( System.DateTime d ) : System