C# 클래스 DJNanoShow.DateTimeExtensions

파일 보기 프로젝트 열기: wasteam/DJNanoSampleApp

공개 메소드들

메소드 설명
GetLocalizedDayOfWeek ( this dt ) : string
SafeType ( this dt ) : System.DateTime
ToString ( this dt, DateTimeFormat format ) : string

메소드 상세

GetLocalizedDayOfWeek() 공개 정적인 메소드

public static GetLocalizedDayOfWeek ( this dt ) : string
dt this
리턴 string

SafeType() 공개 정적인 메소드

public static SafeType ( this dt ) : System.DateTime
dt this
리턴 System.DateTime

ToString() 공개 정적인 메소드

public static ToString ( this dt, DateTimeFormat format ) : string
dt this
format DateTimeFormat
리턴 string