PdfDateTime Structure Members
In This Topic
The following tables list the members exposed by PdfDateTime.
Public Constructors
Public Properties
| Name | Description |
| DateTimeOffset | Gets the System.DateTimeOffset value defined by this PdfDateTime. Throws an exception if this PdfDateTime is represented by an unparsed string. |
| DateTimeValue | Gets the System.DateTime value representing local time. Throws an exception if this PdfDateTime is represented by an unparsed string. |
| IsString | Gets a value indicating whether this PdfDateTime struct contains a string value which cannot be converted to System.DateTime. |
| Value | Gets the GrapeCity.Documents.Pdf.Spec.IPdfString representing the value of this PdfDateTime. |
Top
Public Methods
| Name | Description |
| DateTimeToPdfString | Overloaded. Converts a System.DateTime value to a string in PDF format as described in PDF 1.7 specification chapter 3.8.3. |
| Equals | Overloaded. Indicates whether this instance and a specified object are equal. |
| GetHashCode | Returns the hash code for this instance. |
| ToString | Overloaded. Returns the fully qualified type name of this instance. |
| TryParse | Tries to convert a string to System.DateTimeOffset. See PDF 1.7 specification chapter 3.8.3. |
Top
Public Operators
See Also