C# Class iTextSharp.text.pdf.PdfDate

Inheritance: PdfString
Mostrar archivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
Decode ( string date ) : System.DateTime
GetW3CDate ( ) : String
GetW3CDate ( String d ) : String
PdfDate ( ) : System
PdfDate ( System.DateTime d ) : System

Private Methods

Method Description
SetLength ( int i, int length ) : String

Method Details

Decode() public static method

public static Decode ( string date ) : System.DateTime
date string
return System.DateTime

GetW3CDate() public method

public GetW3CDate ( ) : String
return String

GetW3CDate() public static method

public static GetW3CDate ( String d ) : String
d String
return String

PdfDate() public method

public PdfDate ( ) : System
return System

PdfDate() public method

public PdfDate ( System.DateTime d ) : System
d System.DateTime
return System