C# 클래스 ID3.ID3v2Frames.SDate

Provide a class to store date as string
파일 보기 프로젝트 열기: jasine/SaveDouban

공개 메소드들

메소드 설명
SDate ( int Year, int Month, int Day ) : System

New SDate

SDate ( string DateString ) : System

New SDate

ToDateTime ( ) : System.DateTime

Convert current SDate to DateTime

ToString ( ) : string

Get Current SDate in format of yyyy/MM/dd

비공개 메소드들

메소드 설명
SDate ( FileStreamEx Data ) : System

New SDate from specific FileStream

메소드 상세

SDate() 공개 메소드

New SDate
public SDate ( int Year, int Month, int Day ) : System
Year int The Year (1-9999)
Month int The Month (1-12)
Day int The Day (1-31)
리턴 System

SDate() 공개 메소드

New SDate
public SDate ( string DateString ) : System
DateString string String contain Date in format of yyyy/MM/dd
리턴 System

ToDateTime() 공개 메소드

Convert current SDate to DateTime
public ToDateTime ( ) : System.DateTime
리턴 System.DateTime

ToString() 공개 메소드

Get Current SDate in format of yyyy/MM/dd
public ToString ( ) : string
리턴 string