Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfDateTime Structure
Properties Methods

In This Topic
    PdfDateTime Structure Members
    In This Topic

    The following tables list the members exposed by PdfDateTime.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the System.DateTimeOffset value defined by this PdfDateTime. Throws an exception if this PdfDateTime is represented by an unparsed string.  
    Public PropertyGets the System.DateTime value representing local time. Throws an exception if this PdfDateTime is represented by an unparsed string.  
    Public PropertyGets a value indicating whether this PdfDateTime struct contains a string value which cannot be converted to System.DateTime.  
    Public PropertyGets the GrapeCity.Documents.Pdf.Spec.IPdfString representing the value of this PdfDateTime.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts a System.DateTime value to a string in PDF format as described in PDF 1.7 specification chapter 3.8.3.  
    Public MethodOverloaded. Indicates whether this instance and a specified object are equal.  
    Public MethodReturns the hash code for this instance.  
    Public MethodOverloaded. Returns the fully qualified type name of this instance.  
    Public Methodstatic (Shared in Visual Basic)Tries to convert a string to System.DateTimeOffset. See PDF 1.7 specification chapter 3.8.3.  
    Top
    Public Operators
    The equality operator.
    Converts a System.DateTime value to PdfDateTime.
    The inequality operator.
    Top
    See Also