PdfDate Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfDate[[PdfDate]]
iTextSharp.text.pdf.PdfString[[PdfString]]
end
iTextSharp.text.pdf.PdfString --> iTextSharp.text.pdf.PdfDate
Members
Methods
Public methods
Public Static methods
Details
Inheritance
Constructors
PdfDate [1/2]
Source code
public PdfDate(DateTime d)
Arguments
Type | Name | Description |
---|
DateTime | d | |
PdfDate [2/2]
Source code
public PdfDate()
Methods
GetW3CDate [1/2]
Source code
public virtual string GetW3CDate()
GetW3CDate [2/2]
Source code
public static string GetW3CDate(string d)
Arguments
Type | Name | Description |
---|
string | d | |
Decode
Source code
public static DateTime Decode(string date)
Arguments
Type | Name | Description |
---|
string | date | |
Generated with ModularDoc