C# 클래스 SharpCifs.Util.Sharpen.SimpleDateFormat

상속: DateFormat
파일 보기 프로젝트 열기: brandonprry/Potato

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Format ( System.DateTime date ) : string
Format ( long date ) : string
IsLenient ( ) : bool
Parse ( string value ) : System.DateTime
SetLenient ( bool lenient ) : 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

IsLenient() 공개 메소드

public IsLenient ( ) : bool
리턴 bool

Parse() 공개 메소드

public Parse ( string value ) : System.DateTime
value string
리턴 System.DateTime

SetLenient() 공개 메소드

public SetLenient ( bool lenient ) : void
lenient bool
리턴 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