C# Class iTextSharp.text.pdf.PdfDate

Inheritance: PdfString
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode Description
Decode ( string date ) : System.DateTime
GetW3CDate ( ) : String
GetW3CDate ( String d ) : String
PdfDate ( ) : System
PdfDate ( System.DateTime d ) : System

Private Methods

Méthode Description
SetLength ( int i, int length ) : String

Method Details

Decode() public static méthode

public static Decode ( string date ) : System.DateTime
date string
Résultat System.DateTime

GetW3CDate() public méthode

public GetW3CDate ( ) : String
Résultat String

GetW3CDate() public static méthode

public static GetW3CDate ( String d ) : String
d String
Résultat String

PdfDate() public méthode

public PdfDate ( ) : System
Résultat System

PdfDate() public méthode

public PdfDate ( System.DateTime d ) : System
d System.DateTime
Résultat System