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

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