iText 5

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

Returns

Name

string

GetW3CDate

()

Public Static methods

Returns

Name

DateTime

Decode

(string date)

string

GetW3CDate

(string d)

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