Skip to main content
Skip table of contents

PdfDate

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
ReturnsName
stringGetW3CDate()
Public Static methods
ReturnsName
DateTimeDecode(string date)
stringGetW3CDate(string d)

Details

Inheritance

Constructors

PdfDate [1/2]

Source code

public PdfDate(DateTime d)
Arguments
TypeNameDescription
DateTimed
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
TypeNameDescription
stringd
Decode

Source code

public static DateTime Decode(string date)
Arguments
TypeNameDescription
stringdate

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.