Overload | Description |
---|---|
PdfDateTime Constructor(DateTime) | Initializes a new instance of the PdfDateTime struct using a System.DateTime value. |
PdfDateTime Constructor(String) | Initializes a new instance of the PdfDateTime struct using a string. The passed string is converted to System.DateTimeOffset if possible. |
PdfDateTime Constructor(IPdfString) | Initializes a new instance of the PdfDateTime struct using a GrapeCity.Documents.Pdf.Spec.IPdfString. The passed string is converted to System.DateTimeOffset if possible. |