Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfDateTime Structure / PdfDateTime Constructor

In This Topic
    PdfDateTime Constructor
    In This Topic
    Overload List
    OverloadDescription
    Initializes a new instance of the PdfDateTime struct using a System.DateTime value.  
    Initializes a new instance of the PdfDateTime struct using a string. The passed string is converted to System.DateTimeOffset if possible.  
    Initializes a new instance of the PdfDateTime struct using a GrapeCity.Documents.Pdf.Spec.IPdfString. The passed string is converted to System.DateTimeOffset if possible.  
    See Also