Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfDateTime Structure / ToString Method / ToString(String) Method
The date time format.

In This Topic
    ToString(String) Method
    In This Topic
    Converts this PdfDateTime to string, using a specified format if the current struct holds a DateTime value.
    Syntax
    'Declaration
     
    Public Overloads Function ToString( _
       ByVal dateTimeFormat As System.String _
    ) As System.String
    public System.string ToString( 
       System.string dateTimeFormat
    )

    Parameters

    dateTimeFormat
    The date time format.
    See Also