[]
Initializes a new instance of the PdfDateTime struct using a DateTime value.
public PdfDateTime(DateTime value)
Public Sub New(value As Date)
Initializes a new instance of the PdfDateTime struct using a string. The passed string is converted to DateTimeOffset if possible.
public PdfDateTime(string value)
Public Sub New(value As String)
Type | Name | Description |
---|---|---|
string | value | The string representing a date time value. |
Initializes a new instance of the PdfDateTime struct using a IPdfString. The passed string is converted to DateTimeOffset if possible.
public PdfDateTime(IPdfString value)
Public Sub New(value As IPdfString)
Type | Name | Description |
---|---|---|
IPdfString | value | The IPdfString representing a date time value. |