[]
Converts a DateTime value to a string in PDF format as described in PDF 1.7 specification chapter 3.8.3.
public static string DateTimeToPdfString(DateTime value)
Public Shared Function DateTimeToPdfString(value As Date) As String
Type | Description |
---|---|
string | Returns string with formatted datetime. |
Converts a DateTimeOffset value to a string in PDF format as described in PDF 1.7 specification chapter 3.8.3.
public static string DateTimeToPdfString(DateTimeOffset value)
Public Shared Function DateTimeToPdfString(value As DateTimeOffset) As String
Type | Name | Description |
---|---|---|
DateTimeOffset | value | The DateTime value. |
Type | Description |
---|---|
string | Returns string with formatted datetime. |