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

In This Topic
    PdfDateTime Constructor(String)
    In This Topic
    Initializes a new instance of the PdfDateTime struct using a string. The passed string is converted to System.DateTimeOffset if possible.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.String _
    )
    public PdfDateTime( 
       System.string value
    )

    Parameters

    value
    The string representing a date time value.
    See Also