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

In This Topic
    DateTimeToPdfString(DateTimeOffset) Method
    In This Topic
    Converts a System.DateTimeOffset value to a string in PDF format as described in PDF 1.7 specification chapter 3.8.3.
    Syntax
    'Declaration
     
    Public Overloads Shared Function DateTimeToPdfString( _
       ByVal value As System.DateTimeOffset _
    ) As System.String
    public static System.string DateTimeToPdfString( 
       System.DateTimeOffset value
    )

    Parameters

    value
    The System.DateTime value.

    Return Value

    Returns string with formatted datetime.
    See Also