Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / TimeStampProperties Class / TimeStampProperties Constructor / TimeStampProperties Constructor(TimeStamp)
The value to assign to the TimeStamp property. This cannot be a null reference (Nothing in Visual Basic).

In This Topic
    TimeStampProperties Constructor(TimeStamp)
    In This Topic
    Initializes a new instance of the TimeStampProperties class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal timeStamp As TimeStamp _
    )
    public TimeStampProperties( 
       TimeStamp timeStamp
    )

    Parameters

    timeStamp
    The value to assign to the TimeStamp property. This cannot be a null reference (Nothing in Visual Basic).
    See Also