Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfDateTime Structure / PdfDateTime Constructor / PdfDateTime Constructor(IPdfString)
The GrapeCity.Documents.Pdf.Spec.IPdfString representing a date time value.

In This Topic
    PdfDateTime Constructor(IPdfString)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As IPdfString _
    )
    public PdfDateTime( 
       IPdfString value
    )

    Parameters

    value
    The GrapeCity.Documents.Pdf.Spec.IPdfString representing a date time value.
    See Also