Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfDateTime Structure / Implicit Type Conversion Operator

In This Topic
    Implicit Type Conversion Operator (PdfDateTime)
    In This Topic
    Converts a System.DateTime value to PdfDateTime.
    Syntax
    'Declaration
     
    Public Operator Widening CType( _
       ByVal value As System.Date _
    ) As PdfDateTime
    public PdfDateTime operator implicit( 
       System.DateTime value
    )

    Parameters

    value
    See Also