C# 클래스 System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth

상속: ISoapXsd
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
GetXsdType ( ) : String
Parse ( String value ) : SoapYearMonth
SoapYearMonth ( ) : System
SoapYearMonth ( DateTime value ) : System
SoapYearMonth ( DateTime value, int sign ) : System
ToString ( ) : String

메소드 상세

GetXsdType() 공개 메소드

public GetXsdType ( ) : String
리턴 String

Parse() 공개 정적인 메소드

public static Parse ( String value ) : SoapYearMonth
value String
리턴 SoapYearMonth

SoapYearMonth() 공개 메소드

public SoapYearMonth ( ) : System
리턴 System

SoapYearMonth() 공개 메소드

public SoapYearMonth ( DateTime value ) : System
value DateTime
리턴 System

SoapYearMonth() 공개 메소드

public SoapYearMonth ( DateTime value, int sign ) : System
value DateTime
sign int
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String