C# Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth

Inheritance: ISoapXsd
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetXsdType ( ) : String
Parse ( String value ) : SoapYearMonth
SoapYearMonth ( ) : System
SoapYearMonth ( DateTime value ) : System
SoapYearMonth ( DateTime value, int sign ) : System
ToString ( ) : String

Method Details

GetXsdType() public méthode

public GetXsdType ( ) : String
Résultat String

Parse() public static méthode

public static Parse ( String value ) : SoapYearMonth
value String
Résultat SoapYearMonth

SoapYearMonth() public méthode

public SoapYearMonth ( ) : System
Résultat System

SoapYearMonth() public méthode

public SoapYearMonth ( DateTime value ) : System
value DateTime
Résultat System

SoapYearMonth() public méthode

public SoapYearMonth ( DateTime value, int sign ) : System
value DateTime
sign int
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String