| 
    PdfSharp-GDI
    1.31.7289
    
   | 
 
Represents a direct date value. More...
  
Public Member Functions | |
| PdfDate () | |
| Initializes a new instance of the PdfDate class.  More... | |
| PdfDate (string value) | |
| Initializes a new instance of the PdfDate class.  More... | |
| PdfDate (DateTime value) | |
| Initializes a new instance of the PdfDate class.  More... | |
| override string | ToString () | 
| Returns the value in the PDF date format.  More... | |
  Public Member Functions inherited from PdfSharp.Pdf.PdfItem | |
| PdfItem | Clone () | 
| Creates a copy of this object.  More... | |
Properties | |
| DateTime | Value [get] | 
| Gets the value as DateTime.  More... | |
Additional Inherited Members | |
  Protected Member Functions inherited from PdfSharp.Pdf.PdfItem | |
| virtual object | Copy () | 
| Implements the copy mechanism. Must be overridden in derived classes.  More... | |
Represents a direct date value.
| PdfSharp.Pdf.PdfDate.PdfDate | ( | ) | 
Initializes a new instance of the PdfDate class.
| PdfSharp.Pdf.PdfDate.PdfDate | ( | string | value | ) | 
Initializes a new instance of the PdfDate class.
| PdfSharp.Pdf.PdfDate.PdfDate | ( | DateTime | value | ) | 
Initializes a new instance of the PdfDate class.
| override string PdfSharp.Pdf.PdfDate.ToString | ( | ) | 
Returns the value in the PDF date format.
      
  | 
  get | 
Gets the value as DateTime.