Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfDateTime Structure / PdfDateTime Constructor / PdfDateTime Constructor(DateTime)
The System.DateTime value.

In This Topic
    PdfDateTime Constructor(DateTime)
    In This Topic
    Initializes a new instance of the PdfDateTime struct using a System.DateTime value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.Date _
    )
    public PdfDateTime( 
       System.DateTime value
    )

    Parameters

    value
    The System.DateTime value.
    See Also