C# 클래스 Sharpen.SimpleDateFormat

상속: DateFormat
파일 보기 프로젝트 열기: oganix/NBoilerpipe 1 사용 예제들

공개 메소드들

메소드 설명
Format ( System.DateTime date ) : string
Format ( long date ) : string
SetTimeZone ( TimeZoneInfo timeZone ) : void
SimpleDateFormat ( ) : System
SimpleDateFormat ( string format ) : System
SimpleDateFormat ( string format, CultureInfo c ) : System

메소드 상세

Format() 공개 메소드

public Format ( System.DateTime date ) : string
date System.DateTime
리턴 string

Format() 공개 메소드

public Format ( long date ) : string
date long
리턴 string

SetTimeZone() 공개 메소드

public SetTimeZone ( TimeZoneInfo timeZone ) : void
timeZone System.TimeZoneInfo
리턴 void

SimpleDateFormat() 공개 메소드

public SimpleDateFormat ( ) : System
리턴 System

SimpleDateFormat() 공개 메소드

public SimpleDateFormat ( string format ) : System
format string
리턴 System

SimpleDateFormat() 공개 메소드

public SimpleDateFormat ( string format, CultureInfo c ) : System
format string
c System.Globalization.CultureInfo
리턴 System