Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / TimeStamp Class / TimeStamp Constructor / TimeStamp Constructor(String)
The value of ServerUrl.

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

    Parameters

    serverUrl
    The value of ServerUrl.
    See Also