Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfDateTime Structure / DateTimeValue Property

In This Topic
    DateTimeValue Property
    In This Topic
    Gets the System.DateTime value representing local time. Throws an exception if this PdfDateTime is represented by an unparsed string.
    Syntax
    'Declaration
     
    Public ReadOnly Property DateTimeValue As System.Date
    public System.DateTime DateTimeValue {get;}
    See Also